aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2014-10-01 16:42:22 +0200
committerMaZderMind2014-10-01 16:42:22 +0200
commit7d50beb6ddce3f99de2c015d00c9528ce52577a1 (patch)
treefaddb797b54e9663debc578f833427149e8dace2 /config.php
parenteb53b3a69db8395d2a40a1ec6618431d41909256 (diff)
roomname & player
Diffstat (limited to 'config.php')
-rw-r--r--config.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.php b/config.php
index 224ed57..efcae3a 100644
--- a/config.php
+++ b/config.php
@@ -3,4 +3,13 @@
// guessed automatically
// $GLOBALS['CONFIG']['baseurl'] = 'http://foo.com/bar/';
+$GLOBALS['CONFIG']['ROOMS'] = array(
+ 'saal1' => 'Saal 1',
+ 'saal2' => 'Saal 2',
+ 'saalg' => 'Saal G',
+ 'saalz' => 'Saal Z',
+ 'lounge' => 'Lounge',
+ 'sendezentrum' => 'Sendezentrum',
+);
+
?>