Commit 5db52197fe39eea26522f345638118d6f1c72a7f

Authored by Georg Hopp
1 parent d2516445

change BASEURL for host bilder-workingcopy

Showing 1 changed file with 1 additions and 1 deletions
@@ -15,7 +15,7 @@ define ('LOCALEDIR', HOME . 'locale/'); @@ -15,7 +15,7 @@ define ('LOCALEDIR', HOME . 'locale/');
15 switch ($_SERVER["HTTP_HOST"]) 15 switch ($_SERVER["HTTP_HOST"])
16 { 16 {
17 // Georgs Testumgebung 17 // Georgs Testumgebung
18 - case 'georgs_test': 18 + case 'bilder-workingcopy':
19 define ('BASEURL', "http://". $_SERVER['SERVER_NAME'] . "/"); 19 define ('BASEURL', "http://". $_SERVER['SERVER_NAME'] . "/");
20 define ('BASESURL', "https://". $_SERVER['SERVER_NAME'] . "/"); 20 define ('BASESURL', "https://". $_SERVER['SERVER_NAME'] . "/");
21 break; 21 break;
Please register or login to post a comment