aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2014-11-03 21:53:30 +0100
committerMaZderMind2014-11-07 00:17:40 +0100
commitdb0a85ea97096af4529b0ea3b903d182144c1310 (patch)
tree7dc8cebc458175627c7dd809ec67d6c2288cc221 /config.php
parent82a054e876424cf055793ae653fbb40b6d5e58ec (diff)
experimental program view
Diffstat (limited to 'config.php')
-rw-r--r--config.php26
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',
-);
-
-?>