diff options
| author | derchris | 2018-03-31 14:11:44 +0200 | 
|---|---|---|
| committer | derchris | 2018-03-31 14:11:44 +0200 | 
| commit | cc6e595517152354b54b095064e052f2571e1af8 (patch) | |
| tree | 5d26472fdf5837758e55edfdef03ce6f4446bbbf /configs/conferences | |
| parent | 604e4f6c654f82201680a7ac4a8ccd2fe4c98432 (diff) | |
fix pixelflut stream
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/eh18/config.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/configs/conferences/eh18/config.php b/configs/conferences/eh18/config.php index ef79d5a..55546e9 100644 --- a/configs/conferences/eh18/config.php +++ b/configs/conferences/eh18/config.php @@ -123,7 +123,7 @@ $CONFIG['OVERVIEW'] = array(  			'heisenberg-2',  		),      'Pixelflut' => array( -			'pixelflu', +			'pixelflut',  		),  	),  ); @@ -374,7 +374,7 @@ $CONFIG['ROOMS'] = array(  	),      'pixelflut' => array( -        'WIDE' => false, +        'WIDE' => true,          'DISPLAY' => 'Pixelflut',          'STREAM' => 'q1',          'PREVIEW' => true, | 
