diff options
author | MaZderMind | 2015-11-14 12:18:49 +0100 |
---|---|---|
committer | MaZderMind | 2015-11-14 12:29:50 +0100 |
commit | 6fcf7ab52b7465400ce4cac8b5775093b0f6dd66 (patch) | |
tree | 5a0644abe21a6d399da09e13ef55c7095c18f3b8 /configs/conferences/cccamp15/config.php | |
parent | 4e855e28dd6f6e87854a2836c41403a6ee4c7255 (diff) |
move base-url & timezone out of per-conference config
support ssl on conference selection page
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( /** |