diff options
author | Daniel Molkentin | 2018-09-15 22:57:32 +0200 |
---|---|---|
committer | Daniel Molkentin | 2018-09-15 22:57:32 +0200 |
commit | c5c063a12789d209d51c0f29a8abb66377894454 (patch) | |
tree | b575220dedd2f6205a73adb512848b26f4d8e889 | |
parent | 719ee202f6d30d4f33e98136d14202be2b205798 (diff) |
suselabs18: correct relive URL now that its armed
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/suselabs18/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/suselabs18/config.php b/configs/conferences/suselabs18/config.php index b89810b..2dc2404 100644 --- a/configs/conferences/suselabs18/config.php +++ b/configs/conferences/suselabs18/config.php @@ -96,7 +96,7 @@ $CONFIG['CONFERENCE'] = array( * Wird beides aktiviert, hat der externe Link Vorrang! * Wird beides auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/oSC18/index.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/suselabs18/index.json', /** * APCU-Cache-Zeit in Sekunden |