diff options
author | Andreas Hubel | 2018-08-17 15:49:34 +0200 |
---|---|---|
committer | Andreas Hubel | 2018-08-17 15:49:34 +0200 |
commit | d74a6f95de489fa0c735243f78f1f5d1573e557d (patch) | |
tree | 6615766c9524cd047b359a6a7f906051f67e9487 /configs | |
parent | 8614e7d2b1e4c5fce31977f7e4c6c4112a2a9402 (diff) |
podstock2018: fix config
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/podstock2018/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/podstock2018/config.php b/configs/conferences/podstock2018/config.php index 5a8be71..1ba5850 100644 --- a/configs/conferences/podstock2018/config.php +++ b/configs/conferences/podstock2018/config.php @@ -16,7 +16,7 @@ $CONFIG['CONFERENCE'] = array( * * Wird dieser Zeitpunkt nicht angegeben, endet die Konferenz nie. (Siehe aber CLOSED weiter unten) */ - 'ENDS_AT' => strtotime("2017-08-19 15:00"), + 'ENDS_AT' => strtotime("2018-08-19 15:00"), /** * Hiermit kann die Funktionalitaet von STARTS_AT/ENDS_AT überschrieben werden. Der Wert 'before' @@ -101,7 +101,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/podstock2018/relive.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/podstock2018/index.json', /** * APCU-Cache-Zeit in Sekunden @@ -416,7 +416,7 @@ $CONFIG['SCHEDULE'] = array( * * Wird diese Zeile auskommentiert, werden alle Räume angezeigt */ - //'ROOMFILTER' => array('Bühnenshows', 'Workshopraum', 'Podcasttisch', 'Workshops Outdoor'), + //'ROOMFILTER' => array('Außenbühne', 'Innenbühne', 'Podcasttisch', 'Werkstatt', 'Outdoor'), /** * Skalierung der Programm-Vorschau in Sekunden pro Pixel |