From 993e470e996f62965d42c632265e73da8e603179 Mon Sep 17 00:00:00 2001 From: Daniel Meißner Date: Fri, 13 Nov 2015 21:49:20 +0100 Subject: nixcon15: fixed base url --- configs/conferences/nixcon15/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/conferences/nixcon15') 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( -- cgit v1.2.3