From f97fe8d8c1b596b64b31d414540ed89e6791cda3 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 2 Jan 2010 16:30:08 -0800 Subject: [PATCH] remove my test url from the config file --- web_client/application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_client/application/config/config.php b/web_client/application/config/config.php index 48b98238..ffcf5f31 100644 --- a/web_client/application/config/config.php +++ b/web_client/application/config/config.php @@ -120,4 +120,4 @@ $config['modules'] = array /** * Base path of the gallery3 restFULL API */ -$config["gallery3_site"] = "http://sandbox.timalmdal.com/gallery3/index.php/rest"; +$config["gallery3_site"] = "http://????/gallery3/index.php/rest";