aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2015-03-31 17:05:25 +0200
committerMaZderMind2015-03-31 17:07:45 +0200
commit8b7ab95ad497852607473468b92e968d180a6ec7 (patch)
tree373207aad8d0cee549c5f3426f29ffd9bcff1c6e /config.php
parentc64155f3b7cde69c69c3a3a2459fc1024371b428 (diff)
Raise 404 when no Stream is selected at all
Diffstat (limited to 'config.php')
-rw-r--r--config.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php b/config.php
index 6e397f9..af427d7 100644
--- a/config.php
+++ b/config.php
@@ -212,6 +212,9 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
*
* Wenn diese Zeile auskommentiert oder auf false gesetzt ist ẃird kein Musik-Stream
* angeboten. Für diesen Raum wird dann keim Musik-Tab angeboten.
+ *
+ * Ist kein einziger Stream angebote, wird statt der Stream-Seite ein 404-Fehler
+ * angezeigt.
*/
'MUSIC' => false,