diff options
| author | Andreas Hubel | 2019-09-21 10:33:39 +0200 | 
|---|---|---|
| committer | Andreas Hubel | 2019-09-21 10:38:39 +0200 | 
| commit | 59e90cbced12267548482a9fab3808cb0e04f7b2 (patch) | |
| tree | 3abc11fe79d31bda2a02edbf722bcd40e0a1109a /configs | |
| parent | eb5670d2e46e08941148b891ed9bb54de2d741ee (diff) | |
sotm2019: fix schedule room names and enable relive
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/sotm2019/config.php | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/configs/conferences/sotm2019/config.php b/configs/conferences/sotm2019/config.php index 72be5ad..ce8c3ef 100644 --- a/configs/conferences/sotm2019/config.php +++ b/configs/conferences/sotm2019/config.php @@ -92,7 +92,7 @@ $CONFIG['CONFERENCE'] = array(  	 *  	 * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt  	 */ -//	'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/hotosm2019/index.json', +	'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/sotm2019/index.json',  );  /** @@ -107,7 +107,7 @@ $CONFIG['OVERVIEW'] = array(  	 * sonst werden sie nicht angezeigt.  	 */  	'GROUPS' => array( -		'Live' => array( +		'Lecture rooms' => array(  			'west',  			'ost',  			'gross' @@ -135,7 +135,7 @@ $CONFIG['ROOMS'] = array(  		'MUSIC' => false,  		'SCHEDULE' => true, -		'SCHEDULE_NAME' => 'HSW', +		'SCHEDULE_NAME' => 'Hörsaal West',  		'FEEDBACK' => false,  		'SUBTITLES' => false,  		'EMBED' => true, @@ -156,7 +156,7 @@ $CONFIG['ROOMS'] = array(  		'MUSIC' => false,  		'SCHEDULE' => true, -		'SCHEDULE_NAME' => 'HSO', +		'SCHEDULE_NAME' => 'Hörsaal Ost',  		'FEEDBACK' => false,  		'SUBTITLES' => false,  		'EMBED' => true, @@ -177,7 +177,7 @@ $CONFIG['ROOMS'] = array(  		'MUSIC' => false,  		'SCHEDULE' => true, -		'SCHEDULE_NAME' => 'GHS', +		'SCHEDULE_NAME' => 'Großer Hörsaal',  		'FEEDBACK' => false,  		'SUBTITLES' => false,  		'EMBED' => true, | 
