aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2015-12-23 12:42:12 +0100
committerMaZderMind2015-12-23 12:42:40 +0100
commit8938f2d6c53019cc2c7609a88ab17e861975a29c (patch)
treea7715e00857cf3088c65f72dc5bddc93b48ab30d /config.php
parent40bf3b71ce2d09d78be80713930368ad83917fd5 (diff)
disable special baseurl for preview-domain (keep an an example)
Diffstat (limited to 'config.php')
-rw-r--r--config.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.php b/config.php
index 6f6a8a6..24e2d7c 100644
--- a/config.php
+++ b/config.php
@@ -23,11 +23,11 @@ if($_SERVER['HTTP_HOST'] = 'localhost')
{
// keine Konfiguration -> BASEURL wird automatisch erraten
}
-if($_SERVER['HTTP_HOST'] = 'pre.stream.c3voc.de')
-{
- // Preview-Domain
- $GLOBALS['CONFIG']['BASEURL'] = '//pre.stream.c3voc.de/';
-}
+// if($_SERVER['HTTP_HOST'] = 'pre.stream.c3voc.de')
+// {
+// // Preview-Domain
+// $GLOBALS['CONFIG']['BASEURL'] = '//pre.stream.c3voc.de/';
+// }
else
{
// Save Default