diff options
author | Florian Larysch | 2017-08-19 11:38:44 +0200 |
---|---|---|
committer | Florian Larysch | 2017-08-19 11:38:53 +0200 |
commit | 5c683d4ff037eb2ee7166f40c340690e0ce248dd (patch) | |
tree | d7317681d4c1c1396a2fa1612e53632ca259a3fb /configs/conferences | |
parent | 54a7c0dcea21c612d9deb58070867f879c800ca6 (diff) |
froscon: enable relive
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/froscon2017/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/froscon2017/config.php b/configs/conferences/froscon2017/config.php index d27969d..2f42a35 100644 --- a/configs/conferences/froscon2017/config.php +++ b/configs/conferences/froscon2017/config.php @@ -97,7 +97,7 @@ $CONFIG['CONFERENCE'] = array( * Wird beides aktiviert, hat der externe Link Vorrang! * Wird beides auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'configs/conferences/froscon2017/vod.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/froscon2017/index.json', /** * APCU-Cache-Zeit in Sekunden |