diff options
Diffstat (limited to 'configs/conferences/chaosradio/config.php')
-rw-r--r-- | configs/conferences/chaosradio/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/chaosradio/config.php b/configs/conferences/chaosradio/config.php index 523cc51..65d6392 100644 --- a/configs/conferences/chaosradio/config.php +++ b/configs/conferences/chaosradio/config.php @@ -116,7 +116,7 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array( */ 'GROUPS' => array( '' => array( - 'chaosradio', + 'cccb', ), ), ); @@ -131,7 +131,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( * Array-Key ist der Raum-Slug, der z.B. auch zum erstellen der URLs, * in $GLOBALS['CONFIG']['OVERVIEW'] oder im Feedback verwendet wird. */ - 'chaosradio' => array( + 'cccb' => array( /** * Angezeige-Name */ |