diff options
author | Andreas Hubel | 2020-12-22 19:29:17 +0100 |
---|---|---|
committer | Andreas Hubel | 2020-12-23 01:13:33 +0100 |
commit | 21e66fcce6fbf09ff9209101aae853ae223ac0a3 (patch) | |
tree | 870df781741209aca1ceaf0986685b9ec9192d20 /configs | |
parent | 5f9e58bf294dd4c1b9112167c5d5944a7a9d88db (diff) |
add option for additonal licence text on about page
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/rc3/config.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index 3b7a830..9d20143 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -101,13 +101,15 @@ $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/rc3/index.json' + 'RELIVE_JSON' => 'https://cdn.c3voc.de/relive/rc3/index.json', /** * APCU-Cache-Zeit in Sekunden * Wird diese Zeile auskommentiert, werden die apc_*-Methoden nicht verwendet und * das Relive-Json bei jedem Request von der Quelle geladen und geparst */ //'RELIVE_JSON_CACHE' => 30*60, + + 'ADDITIONAL_LICENCE_HTML' => 'Some sound effects and music obtained from <a href="https://www.zapsplat.com">zapsplat.com</a>', ); /** |