summaryrefslogtreecommitdiff
path: root/tools/config.php
diff options
context:
space:
mode:
authorHorus32014-12-04 13:25:32 +0100
committerHorus32014-12-04 13:25:32 +0100
commit63c3261aa80cb4406bc0506bb26202e13ddc8c92 (patch)
tree3583d471039592b92639ed1e025045e2441ca7dd /tools/config.php
parent9d9d9b2ad320ffb9a4172f9510f82fe32585594b (diff)
downloadtools.iamfabulous.de-63c3261aa80cb4406bc0506bb26202e13ddc8c92.tar.gz
local branch for testing anonymous uploadstesting
Diffstat (limited to 'tools/config.php')
-rw-r--r--tools/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/config.php b/tools/config.php
index eb4b329..a792b27 100644
--- a/tools/config.php
+++ b/tools/config.php
@@ -6,7 +6,8 @@ if ( isset($_SERVER["HTTPS"]) && $_SERVER["HTTPS"] != "")
$_scheme = "https://";
if ( ! defined("__domain_") )
- define("__domain_", $_scheme."tools.iamfabulous.de");
+ # define("__domain_", $_scheme."tools.iamfabulous.de");
+ define("__domain_", $_scheme."tools.local");
if ( ! defined("REDIS_CONNECT") )
define("REDIS_CONNECT", "/var/run/redis/redis.sock");