diff options
author | Lukas Schauer | 2021-04-04 11:02:27 +0200 |
---|---|---|
committer | Lukas Schauer | 2021-04-04 11:02:27 +0200 |
commit | 221ac56bfe19e94682427ea300523674e29a5d52 (patch) | |
tree | 085594b683b0d6da9a1c1447695ae94e20368374 /configs/conferences/revision/config.php | |
parent | 9c95a3f1268eb03af76b64a385ee7c121688c7c6 (diff) |
enable relive for revision
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/revision/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/revision/config.php b/configs/conferences/revision/config.php index febe0f8..97d1497 100644 --- a/configs/conferences/revision/config.php +++ b/configs/conferences/revision/config.php @@ -95,7 +95,7 @@ $CONFIG['CONFERENCE'] = array( * * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ - //'RELIVE_JSON' => 'https://cdn.c3voc.de/relive/revision/index.json', + 'RELIVE_JSON' => 'https://cdn.c3voc.de/relive/revision/index.json', ); /** |