aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderchris2019-04-21 22:39:10 +0200
committerderchris2019-04-21 22:39:10 +0200
commitb973120916b7bcc8c1cdb8bdcc9d910b045b6861 (patch)
treebd82fa9876a4a5f955cdaa94ca7fdae0bfc4e4d1
parent6b33f07201378745071e8653b5f317e9c718037f (diff)
remove EI9
-rw-r--r--configs/conferences/eh19/config.php26
1 files changed, 3 insertions, 23 deletions
diff --git a/configs/conferences/eh19/config.php b/configs/conferences/eh19/config.php
index f0837e7..92e3467 100644
--- a/configs/conferences/eh19/config.php
+++ b/configs/conferences/eh19/config.php
@@ -125,7 +125,6 @@ $CONFIG['OVERVIEW'] = array(
'GROUPS' => array(
'Lecture Rooms' => array(
'EI7',
- 'EI9',
),
),
);
@@ -140,7 +139,8 @@ $CONFIG['ROOMS'] = array(
* Array-Key ist der Raum-Slug, der z.B. auch zum erstellen der URLs,
* in $CONFIG['OVERVIEW'] oder im Feedback verwendet wird.
*/
- 'EI7' => array(
+ 'EI7' => array(
+ 'WIDE' => true,
'DISPLAY' => 'EI 7',
'STREAM' => 's1',
'PREVIEW' => true,
@@ -160,26 +160,6 @@ $CONFIG['ROOMS'] = array(
'IRC' => false,
'TWITTER' => true,
),
- 'EI9' => array(
- 'DISPLAY' => 'EI 9',
-
- 'STREAM' => 's2',
- 'PREVIEW' => true,
-
- 'TRANSLATION' => false,
- 'STEREO' => false,
- 'DASH' => true,
- 'SD_VIDEO' => true,
- 'HD_VIDEO' => true,
- 'AUDIO' => true,
-
- 'SCHEDULE' => true,
- 'SCHEDULE_NAME' => 'EI 9',
-
- 'FEEDBACK' => true,
- 'EMBED' => true,
- 'TWITTER' => true,
- ),
);
/**
@@ -237,7 +217,7 @@ $CONFIG['SCHEDULE'] = array(
*
* Wird diese Zeile auskommentiert, werden alle Räume angezeigt
*/
- 'ROOMFILTER' => array('EI 7', 'EI 9'),
+ 'ROOMFILTER' => array('EI 7'),
/**
* Skalierung der Programm-Vorschau in Sekunden pro Pixel