diff options
author | Daniel Meißner | 2015-11-13 21:49:20 +0100 |
---|---|---|
committer | Daniel Meißner | 2015-11-13 21:49:20 +0100 |
commit | 993e470e996f62965d42c632265e73da8e603179 (patch) | |
tree | 41f33d6b7e14507a2ad7f3a33a717b340a02f433 /configs/conferences/nixcon15 | |
parent | e54810611556170d6a4ea4c2134550e5d6447f72 (diff) |
nixcon15: fixed base url
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( |