Browse Source

change BASEURL for host bilder-workingcopy

master
Georg Hopp 18 years ago
parent
commit
5db52197fe
  1. 2
      config.php

2
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;

Loading…
Cancel
Save