diff options
author | Daniel Molkentin | 2020-10-29 19:56:36 +0100 |
---|---|---|
committer | Daniel Molkentin | 2020-10-29 19:56:36 +0100 |
commit | 39a1ff46a413f69d28c837210250db7955f18c68 (patch) | |
tree | 7fed09e8294f1216acdbc230444da4c6e0d2ad40 /configs | |
parent | 4d0841f99c52f355aaf3dafcaebb58d5184c6883 (diff) |
fix relive url
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/chaosradio/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/chaosradio/config.php b/configs/conferences/chaosradio/config.php index 58dadc9..7d05fc2 100644 --- a/configs/conferences/chaosradio/config.php +++ b/configs/conferences/chaosradio/config.php @@ -123,7 +123,7 @@ $CONFIG['CONFERENCE'] = array( * * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'http://live.dus.c3voc.de/relive/chaosradio/index.json', + 'RELIVE_JSON' => 'http://relive.c3voc.de/relive/chaosradio/index.json', ); /** |