aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2015-07-03 13:20:35 +0200
committerMaZderMind2015-07-03 13:20:35 +0200
commit01510fa8bdd2f5920a1121b2b7f7b5a2487623e1 (patch)
treea613ccaa7f0050fdbeaf6ebd10f2047247e8b769 /config.php
parentb2cdfa500fa2ae85079e61be4a767b2960e47601 (diff)
Auto-Prepend protocoll for protocol-relative Base-URLs
This allows to have a switching button
Diffstat (limited to 'config.php')
-rw-r--r--config.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.php b/config.php
index 6faf9fb..91dbcb6 100644
--- a/config.php
+++ b/config.php
@@ -4,14 +4,15 @@ 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'] = proto().'://streaming.media.ccc.de/';
+ $GLOBALS['CONFIG']['BASEURL'] = '//streaming.media.ccc.de/';
+
+$GLOBALS['CONFIG']['BASEURL'] = '//localhost/streaming-website/';
-/**
- * Beispielkonfiguration für Produktionssituationen
- */
-//$GLOBALS['CONFIG']['BASEURL'] = proto().'://streaming.media.ccc.de/';
$GLOBALS['CONFIG']['CONFERENCE'] = array(
/**