From 21e66fcce6fbf09ff9209101aae853ae223ac0a3 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Tue, 22 Dec 2020 19:29:17 +0100 Subject: add option for additonal licence text on about page --- configs/conferences/rc3/config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configs') 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 zapsplat.com', ); /** -- cgit v1.2.3