diff options
Diffstat (limited to '')
| -rwxr-xr-x | configs/conferences/fiffkon18/config.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/configs/conferences/fiffkon18/config.php b/configs/conferences/fiffkon18/config.php index 182c8cf..eafcd62 100755 --- a/configs/conferences/fiffkon18/config.php +++ b/configs/conferences/fiffkon18/config.php @@ -136,7 +136,7 @@ $CONFIG['ROOMS'] = array(  	 */  	'Saal4' => array(                  'DISPLAY' => 'MA 001', -                'STREAM' => 's5', +                'STREAM' => 's4',                  'PREVIEW' => true,                  'TRANSLATION' => false,                  'STEREO' => false, @@ -160,7 +160,7 @@ $CONFIG['ROOMS'] = array(          ),          'Saal5' => array(                  'DISPLAY' => 'HE 101', -                'STREAM' => 's4', +                'STREAM' => 's5',                  'PREVIEW' => true,                  'TRANSLATION' => false,                  'STEREO' => false, | 
