diff options
| author | Horus3 | 2014-12-04 13:25:32 +0100 |
|---|---|---|
| committer | Horus3 | 2014-12-04 13:25:32 +0100 |
| commit | 63c3261aa80cb4406bc0506bb26202e13ddc8c92 (patch) | |
| tree | 3583d471039592b92639ed1e025045e2441ca7dd /tools/config.php | |
| parent | 9d9d9b2ad320ffb9a4172f9510f82fe32585594b (diff) | |
| download | tools.iamfabulous.de-63c3261aa80cb4406bc0506bb26202e13ddc8c92.tar.gz | |
local branch for testing anonymous uploadstesting
Diffstat (limited to 'tools/config.php')
| -rw-r--r-- | tools/config.php | 3 |
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"); |
