diff options
| author | Daniel Molkentin | 2018-10-13 16:12:21 +0200 | 
|---|---|---|
| committer | Daniel Molkentin | 2018-10-13 16:12:21 +0200 | 
| commit | 3c626d00326e290a16141d6bb164277b3156720d (patch) | |
| tree | dfa71b1f86a7d7810dbe49abefb5389b629c0e09 | |
| parent | ff18d90a5964367b21389ae625d8f630e10200ba (diff) | |
vcfb2018: fix relive url
Diffstat (limited to '')
| -rwxr-xr-x | configs/conferences/vcfb2018/config.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configs/conferences/vcfb2018/config.php b/configs/conferences/vcfb2018/config.php index 55be38b..20476b8 100755 --- a/configs/conferences/vcfb2018/config.php +++ b/configs/conferences/vcfb2018/config.php @@ -98,7 +98,7 @@ Das Vintage Computing Festival Berlin (VCFB) ist eine Veranstaltung rund um hist  	 * Wird beides aktiviert, hat der externe Link Vorrang!  	 * Wird beides auskommentiert, wird der Link nicht angezeigt  	 */ -	'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/vcfb18/index.json', +	'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/vcfb2018/index.json',  	/**  	 * APCU-Cache-Zeit in Sekunden | 
