diff options
author | derpeter | 2021-08-18 22:35:11 +0200 |
---|---|---|
committer | derpeter | 2021-08-18 22:35:11 +0200 |
commit | 0df5259d12584eb1d1894729b2144a161340ba63 (patch) | |
tree | ed2a934aa497b7173393f218eec1df8d5f9fe761 /configs/conferences/bornhack21/config.php | |
parent | eabbdb75860fe60bebc96f5d64d81dd4f26681b4 (diff) |
fix syntax error in bornhack
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/bornhack21/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/bornhack21/config.php b/configs/conferences/bornhack21/config.php index 49647be..16bb5fd 100644 --- a/configs/conferences/bornhack21/config.php +++ b/configs/conferences/bornhack21/config.php @@ -96,10 +96,10 @@ $CONFIG['CONFERENCE'] = array( * Wird beides aktiviert, hat der externe Link Vorrang! * Wird beides auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'https://cdn.c3voc.de/relive/bh21/index.json',**/ + 'RELIVE_JSON' => 'https://cdn.c3voc.de/relive/bh21/index.json', /** - * APCU-Cache-Zeit in Sekunden + * APCU-Cache-Zeit in Sekundenconfigs/conferences/bornhack21/config.php * Wird diese Zeile auskommentiert, werden die apc_*-Methoden nicht verwendet und * das Relive-Json bei jedem Request von der Quelle geladen und geparst */ |