diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fossgis2019/config.php (renamed from configs/conferences/fossgis19/config.php) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/configs/conferences/fossgis19/config.php b/configs/conferences/fossgis2019/config.php index a22a153..21075a0 100644 --- a/configs/conferences/fossgis19/config.php +++ b/configs/conferences/fossgis2019/config.php @@ -86,7 +86,7 @@ $CONFIG['CONFERENCE'] = array( * Link zu den Recordings * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ - 'RELEASES' => 'https://media.ccc.de/c/fossgis19', + 'RELEASES' => 'https://media.ccc.de/c/fossgis2019', /** * Um die interne ReLive-Ansicht zu aktivieren, kann hier ein ReLive-JSON @@ -112,9 +112,9 @@ $CONFIG['OVERVIEW'] = array( */ 'GROUPS' => array( 'Live' => array( - 'audimax', 'mathe', 'physik', + 'audimax', ), ), ); @@ -146,8 +146,8 @@ $CONFIG['ROOMS'] = array( 'IRC' => false, 'TWITTER' => true, 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#fossgis19 @ twitter/mastodon', - 'TEXT' => '#fossgis19', + 'DISPLAY' => '#fossgis2019 @ twitter/mastodon', + 'TEXT' => '#fossgis2019', ), ), @@ -172,8 +172,8 @@ $CONFIG['ROOMS'] = array( 'IRC' => false, 'TWITTER' => true, 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#fossgis19 @ twitter/mastodon', - 'TEXT' => '#fossgis19', + 'DISPLAY' => '#fossgis2019 @ twitter/mastodon', + 'TEXT' => '#fossgis2019', ), ), @@ -198,8 +198,8 @@ $CONFIG['ROOMS'] = array( 'IRC' => false, 'TWITTER' => true, 'TWITTER_CONFIG' => array( - 'DISPLAY' => '#fossgis19 @ twitter/mastodon', - 'TEXT' => '#fossgis19', + 'DISPLAY' => '#fossgis2019 @ twitter/mastodon', + 'TEXT' => '#fossgis2019', ), ), ); |