diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/cccamp15/config.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configs/conferences/cccamp15/config.php b/configs/conferences/cccamp15/config.php index 82b935d..296bd89 100644 --- a/configs/conferences/cccamp15/config.php +++ b/configs/conferences/cccamp15/config.php @@ -1,15 +1,4 @@ <?php -date_default_timezone_set('Europe/Berlin'); - -/** - * Während der Entwicklung wird die BASEURL automatisch erraten - * In Produktionssituationen sollte manuell eine konfiguriert werden um Überraschungen zu vermeiden - * - * Protokollfreie URLs (welche, die mit // beginnen), werden automatisch mit dem korrekten Protokoll ergänzt. - * In diesem Fall wird auch ein SSL-Umschalt-Button im Header angezeigt - */ -if($_SERVER['HTTP_HOST'] != 'localhost') - $GLOBALS['CONFIG']['BASEURL'] = '//streaming.media.ccc.de/'; $GLOBALS['CONFIG']['CONFERENCE'] = array( /** |