From f0f65ab083b3eebdda3ceef1c528112fe465007a Mon Sep 17 00:00:00 2001
From: Daniel Meißner
Date: Thu, 19 May 2016 23:22:16 +0200
Subject: cryptocon16: fixed room name alignment

---
 configs/conferences/cryptocon16/config.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'configs/conferences/cryptocon16')

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
-- 
cgit v1.2.3