diff options
author | Daniel Molkentin | 2018-09-26 22:36:14 +0200 |
---|---|---|
committer | Daniel Molkentin | 2018-09-26 22:36:14 +0200 |
commit | 8ea19152c9eb163b331bf59e4267a0883f67b626 (patch) | |
tree | 869b82f8ce1ac2802530279f4e4718f3531bb846 | |
parent | 50c355eef0a5433a2687121ae61467b3785f8e79 (diff) |
asg2018 will use s1+s2
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/asg2018/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/asg2018/config.php b/configs/conferences/asg2018/config.php index 8977c56..eb51d35 100755 --- a/configs/conferences/asg2018/config.php +++ b/configs/conferences/asg2018/config.php @@ -146,7 +146,7 @@ $CONFIG['ROOMS'] = array( * Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von * s1 bis s5 durchnummeriert. */ - 'STREAM' => 's4', + 'STREAM' => 's1', /** * Stream-Vorschaubildchen auf der Übersichtsseite anzeigen @@ -344,7 +344,7 @@ $CONFIG['ROOMS'] = array( 'kuppel' => array( 'DISPLAY' => 'Kuppel', - 'STREAM' => 's4', + 'STREAM' => 's2', 'PREVIEW' => true, 'TRANSLATION' => false, |