diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fcmc/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/conferences/fcmc/config.php b/configs/conferences/fcmc/config.php index 15e187b..cf55f9a 100644 --- a/configs/conferences/fcmc/config.php +++ b/configs/conferences/fcmc/config.php @@ -126,7 +126,8 @@ $CONFIG['ROOMS'] = array( 'HD_VIDEO' => true, 'AUDIO' => true, 'FEEDBACK' => true, - 'PREVIEW' => true, + 'PREVIEW' => true, + 'TWITTER' => true, ), ); |