diff options
| author | Daniel Meißner | 2017-10-28 11:48:54 +0200 | 
|---|---|---|
| committer | Daniel Meißner | 2017-10-28 11:48:54 +0200 | 
| commit | a868ff86befff92e1627deb141d9d9e03c1b2550 (patch) | |
| tree | 11988af169b76646c52d2dd432dc442094863f09 /configs | |
| parent | 1cd6157c4564d8b141163d60cf19d2421a27c4ff (diff) | |
wikidatacon: tried to fix relive json url
Diffstat (limited to '')
| -rwxr-xr-x | configs/conferences/wikidatacon2017/config.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configs/conferences/wikidatacon2017/config.php b/configs/conferences/wikidatacon2017/config.php index a746498..80b621f 100755 --- a/configs/conferences/wikidatacon2017/config.php +++ b/configs/conferences/wikidatacon2017/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' => 'configs/conferences/wikidatacon2017/vod.json', +	'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/wikiedatacon2017/index.json',  	/**  	 * APCU-Cache-Zeit in Sekunden | 
