summaryrefslogtreecommitdiff
path: root/linkshorter/config.php
diff options
context:
space:
mode:
authorroot2014-11-27 15:55:25 +0100
committerroot2014-11-27 15:55:25 +0100
commit4f923b809b4e38e0639e253f428fb6c4df03ee67 (patch)
tree20d9d9ad9dae0316dad27358b4239b6f18f80e87 /linkshorter/config.php
parent311ad398e06cd2eba270ea70ca5a326d03b490f9 (diff)
downloadtools.iamfabulous.de-4f923b809b4e38e0639e253f428fb6c4df03ee67.tar.gz
More structured + better UI
Diffstat (limited to 'linkshorter/config.php')
-rw-r--r--linkshorter/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/linkshorter/config.php b/linkshorter/config.php
index 4b38311..298d9f0 100644
--- a/linkshorter/config.php
+++ b/linkshorter/config.php
@@ -1,7 +1,8 @@
<?php
-define("REDIS_CONNECT", "/var/run/redis/redis.sock");
define("REDIS_SELECT", 10);
define("SHORTDOMAIN", "http://s.moehm.org/");
define("ADMINDOMAIN", SHORTDOMAIN);
define("PEPPER", "secretstring");
+
+require '../tools/config.php';