diff --git a/config.php b/config.php index 85bd5a9..6133376 100644 --- a/config.php +++ b/config.php @@ -15,7 +15,7 @@ define ('LOCALEDIR', HOME . 'locale/'); switch ($_SERVER["HTTP_HOST"]) { // Georgs Testumgebung - case 'georgs_test': + case 'bilder-workingcopy': define ('BASEURL', "http://". $_SERVER['SERVER_NAME'] . "/"); define ('BASESURL', "https://". $_SERVER['SERVER_NAME'] . "/"); break;