aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.php b/config.php
index 744bcf7..6faf9fb 100644
--- a/config.php
+++ b/config.php
@@ -6,8 +6,12 @@ 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'] = proto().'://streaming.media.ccc.de/';
+/**
+ * Beispielkonfiguration für Produktionssituationen
+ */
+//$GLOBALS['CONFIG']['BASEURL'] = proto().'://streaming.media.ccc.de/';
$GLOBALS['CONFIG']['CONFERENCE'] = array(
/**