diff options
author | Daniel Molkentin | 2018-10-13 15:45:19 +0200 |
---|---|---|
committer | Daniel Molkentin | 2018-10-13 15:45:19 +0200 |
commit | ff18d90a5964367b21389ae625d8f630e10200ba (patch) | |
tree | fb2940e4093d6d511fe246b256b6750d1eb49b6e /configs/conferences | |
parent | 0e198beb7550ff3382f54ec4355b28e857c3d89e (diff) |
Relive an, releases aus.
Diffstat (limited to 'configs/conferences')
-rw-r--r-- | configs/conferences/unteilbar18/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/unteilbar18/config.php b/configs/conferences/unteilbar18/config.php index 60f9a3a..fe00d52 100644 --- a/configs/conferences/unteilbar18/config.php +++ b/configs/conferences/unteilbar18/config.php @@ -1,4 +1,4 @@ - <?php +// <?php $CONFIG['CONFERENCE'] = array( /** @@ -81,7 +81,7 @@ $CONFIG['CONFERENCE'] = array( * Link zu den Recordings * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ - 'RELEASES' => 'https://media.ccc.de/c/unteilbar18', + //'RELEASES' => 'https://media.ccc.de/c/unteilbar18', //'RELEASES' => 'https://www.youtube.com/playlist?list=PL_AMhvchzBaeIQntCDiVNUUgmRaAzam1V', /** @@ -97,7 +97,7 @@ $CONFIG['CONFERENCE'] = array( * Wird beides aktiviert, hat der externe Link Vorrang! * Wird beides auskommentiert, wird der Link nicht angezeigt */ - //'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/unteilbar18/index.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/unteilbar18/index.json', /** * APCU-Cache-Zeit in Sekunden |