diff options
author | derpeter | 2017-05-06 19:13:51 +0200 |
---|---|---|
committer | derpeter | 2017-05-06 19:13:51 +0200 |
commit | 046c5ff02502e683dc6c32bfbf93720c90c1c405 (patch) | |
tree | 3adbbe564cf10c98e325ed7ec5f56b81f7c3be85 | |
parent | f849d30a9a8626f60466001caf333db47fbb8088 (diff) |
added second floor @ g23
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/g23/config.php | 7 |
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, + ), ); |