diff options
| author | Sophie Schiller | 2021-05-21 19:47:53 +0200 | 
|---|---|---|
| committer | Sophie Schiller | 2021-05-21 19:47:53 +0200 | 
| commit | 928101676872b84bcdf3854b4907095963d59906 (patch) | |
| tree | e2bb96f9ece8a0fff8f6fe5363c9f8d9266627af /configs | |
| parent | 3bf063937eb61bb27b2f6bc344369a546b483846 (diff) | |
conferences/fossgis2021 hyphens in stream names are evil, let's remove them
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/fossgis2021/config.php | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/configs/conferences/fossgis2021/config.php b/configs/conferences/fossgis2021/config.php index 8fb62fe..0d0cbfa 100644 --- a/configs/conferences/fossgis2021/config.php +++ b/configs/conferences/fossgis2021/config.php @@ -128,7 +128,7 @@ $CONFIG['OVERVIEW'] = array(  $CONFIG['ROOMS'] = array(  	'buehne1' => array(  		'DISPLAY' => 'Bühne 1', -		'STREAM' => 'fossgis21-1', +		'STREAM' => 'fossgis1',  		'PREVIEW' => true,  		'TRANSLATION' => false, @@ -153,7 +153,7 @@ $CONFIG['ROOMS'] = array(  	),  	'buehne2' => array(  		'DISPLAY' => 'Bühne 2', -		'STREAM' => 'fossgis21-2', +		'STREAM' => 'fossgis2',  		'PREVIEW' => true,  		'TRANSLATION' => false, @@ -178,7 +178,7 @@ $CONFIG['ROOMS'] = array(  	),  	'buehne3' => array(  		'DISPLAY' => 'Bühne 3', -		'STREAM' => 'fossgis21-3', +		'STREAM' => 'fossgis3',  		'PREVIEW' => true,  		'TRANSLATION' => false, @@ -203,7 +203,7 @@ $CONFIG['ROOMS'] = array(  	),  	'buehne4' => array(  		'DISPLAY' => 'Bühne 4', -		'STREAM' => 'fossgis21-4', +		'STREAM' => 'fossgis4',  		'PREVIEW' => true,  		'TRANSLATION' => false, | 
