diff options
author | Daniel Molkentin | 2020-10-12 16:26:39 +0200 |
---|---|---|
committer | Daniel Molkentin | 2020-10-12 16:26:39 +0200 |
commit | ef839a30c9133f98abcab5a3d757356f0879b1af (patch) | |
tree | 427d29eb133a65ebc415f03a9876fbc330025200 /configs | |
parent | 635d18c164bd3171a1075c2add8f248a01dc8eb1 (diff) |
Fix relive URL
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/vcfb2020/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/vcfb2020/config.php b/configs/conferences/vcfb2020/config.php index bb4705c..58605d7 100755 --- a/configs/conferences/vcfb2020/config.php +++ b/configs/conferences/vcfb2020/config.php @@ -100,7 +100,7 @@ Ausgehend von dieser Website wird das VCFB 2020 in einem Wiki und einem Videokon * Wird beides aktiviert, hat der externe Link Vorrang! * Wird beides auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/vcfb2020/index.json', + 'RELIVE_JSON' => 'http://live.alb.c3voc.de/relive/vcfb2020/index.json', /** * APCU-Cache-Zeit in Sekunden |