diff options
Diffstat (limited to 'configs/conferences')
-rw-r--r-- | configs/conferences/31c3/config.php | 12 | ||||
-rw-r--r-- | configs/conferences/cccamp15/config.php | 11 | ||||
-rw-r--r-- | configs/conferences/chaosradio/config.php | 12 | ||||
-rw-r--r-- | configs/conferences/datengarten/config.php | 12 | ||||
-rw-r--r-- | configs/conferences/gpn15/config.php | 9 | ||||
-rw-r--r-- | configs/conferences/nixcon15/config.php | 9 | ||||
-rw-r--r-- | configs/conferences/ppw15b/config.php | 9 |
7 files changed, 0 insertions, 74 deletions
diff --git a/configs/conferences/31c3/config.php b/configs/conferences/31c3/config.php index 7a2df4b..5a68f18 100644 --- a/configs/conferences/31c3/config.php +++ b/configs/conferences/31c3/config.php @@ -1,16 +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( /** 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( /** diff --git a/configs/conferences/chaosradio/config.php b/configs/conferences/chaosradio/config.php index 728f143..1b1292b 100644 --- a/configs/conferences/chaosradio/config.php +++ b/configs/conferences/chaosradio/config.php @@ -1,16 +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/'; - $EPISODE = 217; $DATE = '29. September 2015'; diff --git a/configs/conferences/datengarten/config.php b/configs/conferences/datengarten/config.php index c120185..e84837e 100644 --- a/configs/conferences/datengarten/config.php +++ b/configs/conferences/datengarten/config.php @@ -1,16 +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/'; - $EPISODE = 59; $DATE = '10. November 2015'; diff --git a/configs/conferences/gpn15/config.php b/configs/conferences/gpn15/config.php index 84af8b6..907729d 100644 --- a/configs/conferences/gpn15/config.php +++ b/configs/conferences/gpn15/config.php @@ -1,13 +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 - */ -if($_SERVER['HTTP_HOST'] != 'localhost') - $GLOBALS['CONFIG']['BASEURL'] = 'http://streaming.media.ccc.de/'; - $GLOBALS['CONFIG']['CONFERENCE'] = array( /** diff --git a/configs/conferences/nixcon15/config.php b/configs/conferences/nixcon15/config.php index 16f68e9..ee37b9e 100644 --- a/configs/conferences/nixcon15/config.php +++ b/configs/conferences/nixcon15/config.php @@ -1,13 +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 - */ -if($_SERVER['HTTP_HOST'] != 'localhost') - $GLOBALS['CONFIG']['BASEURL'] = '//streaming.media.ccc.de/'; - $GLOBALS['CONFIG']['CONFERENCE'] = array( /** diff --git a/configs/conferences/ppw15b/config.php b/configs/conferences/ppw15b/config.php index fb5fc0c..82d7b63 100644 --- a/configs/conferences/ppw15b/config.php +++ b/configs/conferences/ppw15b/config.php @@ -1,13 +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 - */ -if($_SERVER['HTTP_HOST'] != 'localhost') - $GLOBALS['CONFIG']['BASEURL'] = '//streaming.media.ccc.de/'; - $GLOBALS['CONFIG']['CONFERENCE'] = array( /** |