aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorFlorian Larysch2015-11-05 13:29:12 +0100
committerFlorian Larysch2015-11-05 13:29:22 +0100
commit596323d5a4926d697ec75381fb3bf20fd3117a64 (patch)
tree226c52f27ec14b75e16b0e75b2a340e7a2b8ffb2 /config.php
parentcaec9efb91db675b483be9b0e99a16b40ed5f722 (diff)
add a warning against fancy room-slugs
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 cf6a5bd..391ca4d 100644
--- a/config.php
+++ b/config.php
@@ -147,6 +147,9 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
/**
* Array-Key ist der Raum-Slug, der z.B. auch zum erstellen der URLs,
* in $GLOBALS['CONFIG']['OVERVIEW'] oder im Feedback verwendet wird.
+ *
+ * Der Raum-Slug sollte ausschliesslich aus "unkritischen" Zeichen ([A-Za-z0-9])
+ * bestehen und insbesondere keine Leerzeichen enthalten.
*/
'saal1' => array(
/**