diff options
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/cryptocon16/config.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/configs/conferences/cryptocon16/config.php b/configs/conferences/cryptocon16/config.php index fb405ec..e2aeea4 100644 --- a/configs/conferences/cryptocon16/config.php +++ b/configs/conferences/cryptocon16/config.php @@ -124,7 +124,7 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array(  	 */  	'GROUPS' => array(  		'' => array( -			'mosaik', +			'sublab',  		),  	),  ); @@ -150,7 +150,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array(  		 * Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von  		 * s1 bis s5 durchnummeriert.  		 */ -		'STREAM' => 's1', +		'STREAM' => 'cryptocon16',  		/**  		 * Stream-Vorschaubildchen auf der Übersichtsseite anzeigen | 
