diff options
author | Andreas Hubel | 2017-08-11 11:24:19 +0200 |
---|---|---|
committer | Andreas Hubel | 2017-08-11 12:02:31 +0200 |
commit | 1c2f9a21fada3fa5cba1a7b1fbc13f0fff09a97b (patch) | |
tree | 81c0cde8d853aff644fe1cb00ae136948a25cca0 /configs/conferences/podstock2017/config.php | |
parent | 408001f9b339577757bb887d81a026230d373ae6 (diff) |
Update config.php
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/podstock2017/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/podstock2017/config.php b/configs/conferences/podstock2017/config.php index 6e76342..7552919 100644 --- a/configs/conferences/podstock2017/config.php +++ b/configs/conferences/podstock2017/config.php @@ -153,7 +153,7 @@ $CONFIG['ROOMS'] = array( * Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von * s1 bis s5 durchnummeriert. */ - 'STREAM' => 's5', + 'STREAM' => 's6', /** * Stream-Vorschaubildchen auf der Übersichtsseite anzeigen @@ -339,7 +339,7 @@ $CONFIG['ROOMS'] = array( 'workshopraum' => array( 'DISPLAY' => 'Workshopraum', - 'STREAM' => 'q', + 'STREAM' => 's3', 'PREVIEW' => true, 'TRANSLATION' => false, |