diff options
-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 |