From 7d50beb6ddce3f99de2c015d00c9528ce52577a1 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 1 Oct 2014 16:42:22 +0200 Subject: roomname & player --- config.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.php') 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', +); + ?> -- cgit v1.2.3