diff options
author | Ike | 2019-10-25 21:54:55 +0200 |
---|---|---|
committer | Ike | 2019-10-25 21:54:55 +0200 |
commit | 129bf359cc3a3f1330169d7c2e86e47ba09736cb (patch) | |
tree | 8700070ddac2e7505f2016ceaacc0613135ad0e6 /configs | |
parent | 238be9e56db3b06b49f46d059909de0247b6d5ed (diff) |
Sonoj2019: fix relive URL
Diffstat (limited to 'configs')
-rwxr-xr-x | configs/conferences/sonoj2019/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/sonoj2019/config.php b/configs/conferences/sonoj2019/config.php index 46b395c..744e00c 100755 --- a/configs/conferences/sonoj2019/config.php +++ b/configs/conferences/sonoj2019/config.php @@ -113,7 +113,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/sj19/index.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/sonoj2019/index.json', /** * APCU-Cache-Zeit in Sekunden |