aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2014-10-02 16:19:15 +0200
committerMaZderMind2014-10-02 16:19:15 +0200
commitb5f7004080f2ddf89e672aaa8ddb197703f8cf74 (patch)
tree7cb536a6c6d5a5d05c9698942f01c029aa3785de /config.php
parent7d50beb6ddce3f99de2c015d00c9528ce52577a1 (diff)
player setup
Diffstat (limited to 'config.php')
-rw-r--r--config.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.php b/config.php
index efcae3a..0837b84 100644
--- a/config.php
+++ b/config.php
@@ -12,4 +12,12 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
'sendezentrum' => 'Sendezentrum',
);
+$GLOBALS['CONFIG']['FORMATS'] = array(
+ 'hd' => 'FullHD',
+ 'hq' => 'High Quality',
+ 'lq' => 'Low Quality',
+ 'audio' => 'Audio-Only',
+ 'slides' => 'Slide-Images + Audio',
+);
+
?>