diff options
| author | Daniel Meißner | 2016-05-19 23:22:16 +0200 | 
|---|---|---|
| committer | root | 2016-05-19 23:22:16 +0200 | 
| commit | f0f65ab083b3eebdda3ceef1c528112fe465007a (patch) | |
| tree | a2871ca7005e82f5fcef1b8c36c22c9801b975a7 /configs/conferences | |
| parent | 2d25114aa8f098b2bd052f739262743399441bc8 (diff) | |
cryptocon16: fixed room name alignment
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 | 
