diff options
Diffstat (limited to 'configs/conferences/nixcon15')
-rw-r--r-- | configs/conferences/nixcon15/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/nixcon15/config.php b/configs/conferences/nixcon15/config.php index 212bb9c..a4abcd8 100644 --- a/configs/conferences/nixcon15/config.php +++ b/configs/conferences/nixcon15/config.php @@ -6,7 +6,7 @@ date_default_timezone_set('Europe/Berlin'); * In Produktionssituationen sollte manuell eine konfiguriert werden um Überraschungen zu vermeiden */ if($_SERVER['HTTP_HOST'] != 'localhost') - $GLOBALS['CONFIG']['BASEURL'] = 'http://streaming.media.ccc.de/'; + $GLOBALS['CONFIG']['BASEURL'] = '//streaming.media.ccc.de/'; $GLOBALS['CONFIG']['CONFERENCE'] = array( |