diff options
author | MaZderMind | 2015-03-02 08:28:50 +0100 |
---|---|---|
committer | MaZderMind | 2015-03-02 08:28:50 +0100 |
commit | 950907a75e7ba0c9548da7e054de8c66c6d66352 (patch) | |
tree | 4857d39c650c04f5bc198c09fd4a1022e14765e9 /pages | |
parent | 1bb716a82318042e7e047aa41208096e15348986 (diff) |
fix 404 routing
Diffstat (limited to 'pages')
-rw-r--r-- | pages/relive.php | 2 |
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); |