diff options
| author | derpeter | 2021-02-17 18:39:42 +0100 | 
|---|---|---|
| committer | derpeter | 2021-02-17 18:39:42 +0100 | 
| commit | fc5fdfffda02bedd035e41c61a20bfdeac7a5587 (patch) | |
| tree | 613f3e46743d2eb5d7bb9592ecd772279dd44659 /configs | |
| parent | d8d9da0436e9b4285cf1aaeebc4171355c4c4d34 (diff) | |
fix room name
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, -	), +	)  );  /** | 
