From f6e779c88d72888c52a69f2e38824bef603f3e4c Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 9 Dec 2015 21:40:52 +0100 Subject: [32C3] Configure congress-Radio --- configs/conferences/32c3/config.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configs/conferences/32c3/config.php') diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index 512672b..0ab030c 100644 --- a/configs/conferences/32c3/config.php +++ b/configs/conferences/32c3/config.php @@ -123,6 +123,7 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array( 'Live Podcasts' => array( 'sendezentrum', 'podcastertisch', + 'congressradio', ), ), ); @@ -469,6 +470,17 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'STREAM' => 'podcastertisch', 'MUSIC' => true, + 'SCHEDULE' => true, + 'FEEDBACK' => true, + 'EMBED' => true, + 'IRC' => false, + 'TWITTER' => true, + ), + 'congressradio' => array( + 'DISPLAY' => 'Congress-Radio', + 'STREAM' => 'congressradio', + 'MUSIC' => true, + 'SCHEDULE' => true, 'FEEDBACK' => true, 'EMBED' => true, -- cgit v1.2.3