diff options
author | VOC | 2015-11-14 12:03:09 +0100 |
---|---|---|
committer | VOC | 2015-11-14 12:03:09 +0100 |
commit | 4e855e28dd6f6e87854a2836c41403a6ee4c7255 (patch) | |
tree | 43542ed96c8a5285dbe7c67fee89b1e1457fddf6 /configs | |
parent | 993e470e996f62965d42c632265e73da8e603179 (diff) |
fix nixcon relive url
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/nixcon15/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/nixcon15/config.php b/configs/conferences/nixcon15/config.php index a4abcd8..16f68e9 100644 --- a/configs/conferences/nixcon15/config.php +++ b/configs/conferences/nixcon15/config.php @@ -109,7 +109,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array( * Wird beides aktiviert, hat der externe Link Vorrang! * Wird beides auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'configs/conferences/nixcon2015/relive.json', + 'RELIVE_JSON' => 'configs/conferences/nixcon15/relive.json', /** * APCU-Cache-Zeit in Sekunden |