diff options
Diffstat (limited to 'config.php')
-rw-r--r-- | config.php | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/config.php b/config.php deleted file mode 100644 index 4e351ca..0000000 --- a/config.php +++ /dev/null @@ -1,26 +0,0 @@ -<?php - -// guessed automatically -// $GLOBALS['CONFIG']['baseurl'] = 'http://foo.com/bar/'; - -$GLOBALS['CONFIG']['ROOMS'] = array( - 'saal1' => 'Saal 1', - 'saal2' => 'Saal 2', - 'saalg' => 'Saal G', - 'saal6' => 'Saal 6', - - 'lounge' => 'Lounge', - 'ambient' => 'Ambient', - - 'sendezentrum' => 'Sendezentrum', -); - -$GLOBALS['CONFIG']['FORMATS'] = array( - 'hd' => 'FullHD', - 'hq' => 'High Quality', - 'lq' => 'Low Quality', - 'audio' => 'Audio', - 'slides' => 'Slide-Images', -); - -?> |