aboutsummaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authorMaZderMind2015-09-02 17:03:42 +0200
committerMaZderMind2015-09-02 17:03:42 +0200
commit7cae550e7b7d5cd10de939a4f899cce5e3683dc6 (patch)
tree88f8cb73b839f406a4c16fa20c2d0f0ab4d99893 /config.php
parentcbddca3d7ef394c048aaebd67ebf3d14f035e464 (diff)
change default relive-json name to match configs/download.sh
Diffstat (limited to 'config.php')
-rw-r--r--config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php b/config.php
index 622cc1e..70e6fa4 100644
--- a/config.php
+++ b/config.php
@@ -101,7 +101,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array(
*
* Wird diese Zeile auskommentiert, wird der Link nicht angezeigt
*/
- 'RELIVE_JSON' => 'configs/index.json',
+ 'RELIVE_JSON' => 'configs/vod.json',
);
/**