aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDaniel Molkentin2019-06-26 01:41:46 +0200
committerDaniel Molkentin2019-06-26 01:41:46 +0200
commita700b4672db2d1f433634cddf018367f5d79788e (patch)
tree1b55280f9639c2cb94fa1d30e8da1332b4f30fb5 /configs
parent4effa0a4325874765b9595b0401cfa467ee0ebe2 (diff)
forumoe19: fix room and room setup name
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/forumoe19/config.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/conferences/forumoe19/config.php b/configs/conferences/forumoe19/config.php
index 274206e..38a02c0 100644
--- a/configs/conferences/forumoe19/config.php
+++ b/configs/conferences/forumoe19/config.php
@@ -121,7 +121,7 @@ $CONFIG['OVERVIEW'] = array(
*/
'GROUPS' => array(
'Rooms' => array(
- 'eventloft',
+ 'einsteincenter',
),
),
);
@@ -136,18 +136,18 @@ $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.
*/
- 'eventloft' => array(
+ 'einsteincenter' => array(
/**
* Angezeige-Name
*/
- 'DISPLAY' => 'Eventloft',
+ 'DISPLAY' => 'Einstein Center Digital Future',
/**
* ID des Video/Audio-Streams. Die Stream-ID ist davon abhängig, welches
* Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von
* s1 bis s5 durchnummeriert.
*/
- 'STREAM' => 's3',
+ 'STREAM' => 's4',
/**
* Stream-Vorschaubildchen auf der Übersichtsseite anzeigen
@@ -251,7 +251,7 @@ $CONFIG['ROOMS'] = array(
* Name des Raums im Fahrplan
* Wenn diese Zeile auskommentiert ist wird der Raum-Slug verwendet
*/
- 'SCHEDULE_NAME' => 'S1',
+ 'SCHEDULE_NAME' => 'S4',
/**
* Feedback anzeigen (boolean)