diff options
Diffstat (limited to '')
| -rwxr-xr-x | configs/conferences/pfdw21/config.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/configs/conferences/pfdw21/config.php b/configs/conferences/pfdw21/config.php index a53a92a..789b270 100755 --- a/configs/conferences/pfdw21/config.php +++ b/configs/conferences/pfdw21/config.php @@ -124,7 +124,7 @@ $CONFIG['OVERVIEW'] = array(   * Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.)   */  $CONFIG['ROOMS'] = array( -	'lounge' => array( +	'pfdw21' => array(  		'DISPLAY' => 'Demo Day 2021',  		'STREAM' => 'pfdw21',  		'PREVIEW' => true, @@ -142,7 +142,7 @@ $CONFIG['ROOMS'] = array(  		'EMBED' => true,  		'IRC' => false,  		'TWITTER' => false, -	), +	)  );  /** | 
