aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/g23
diff options
context:
space:
mode:
authorderpeter2017-05-06 19:13:51 +0200
committerderpeter2017-05-06 19:13:51 +0200
commit046c5ff02502e683dc6c32bfbf93720c90c1c405 (patch)
tree3adbbe564cf10c98e325ed7ec5f56b81f7c3be85 /configs/conferences/g23
parentf849d30a9a8626f60466001caf333db47fbb8088 (diff)
added second floor @ g23
Diffstat (limited to 'configs/conferences/g23')
-rw-r--r--configs/conferences/g23/config.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/conferences/g23/config.php b/configs/conferences/g23/config.php
index a83185b..fb586e3 100644
--- a/configs/conferences/g23/config.php
+++ b/configs/conferences/g23/config.php
@@ -108,6 +108,7 @@ $CONFIG['OVERVIEW'] = array(
'GROUPS' => array(
'Live Music' => array(
'lounge',
+ 'disse',
),
),
);
@@ -125,6 +126,12 @@ $CONFIG['ROOMS'] = array(
'MUSIC' => true,
'EMBED' => true,
),
+ 'disse' => array(
+ 'DISPLY' => 'Disse',
+ 'STREAM' => 'disse',
+ 'MUSIC' => true,
+ 'EMBED' => true,
+ ),
);