From 046c5ff02502e683dc6c32bfbf93720c90c1c405 Mon Sep 17 00:00:00 2001 From: derpeter Date: Sat, 6 May 2017 19:13:51 +0200 Subject: added second floor @ g23 --- configs/conferences/g23/config.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs/conferences/g23/config.php') 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, + ), ); -- cgit v1.2.3