aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/relive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/relive.php b/pages/relive.php
index 4f495ca..362af34 100644
--- a/pages/relive.php
+++ b/pages/relive.php
@@ -2,7 +2,7 @@
require_once('lib/bootstrap.php');
-$talks = file_get_contents('http://vod.c3voc.de/relive/index.json');
+$talks = file_get_contents(get('OVERVIEW.RELIVE_JSON'));
$talks = utf8_decode($talks);
$talks = json_decode($talks, true);