summaryrefslogtreecommitdiff
path: root/linkshorter
diff options
context:
space:
mode:
Diffstat (limited to 'linkshorter')
-rw-r--r--linkshorter/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/linkshorter/config.php b/linkshorter/config.php
index 298d9f0..91901e0 100644
--- a/linkshorter/config.php
+++ b/linkshorter/config.php
@@ -1,7 +1,8 @@
<?php
define("REDIS_SELECT", 10);
-define("SHORTDOMAIN", "http://s.moehm.org/");
+#define("SHORTDOMAIN", "http://s.moehm.org/");
+define("SHORTDOMAIN", "http://s.iamfabulous.de/");
define("ADMINDOMAIN", SHORTDOMAIN);
define("PEPPER", "secretstring");