diff options
Diffstat (limited to 'configs/conferences/ffrl-routing-days-2016')
-rw-r--r-- | configs/conferences/ffrl-routing-days-2016/config.php | 3 | ||||
-rwxr-xr-x | configs/conferences/ffrl-routing-days-2016/download.sh | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/configs/conferences/ffrl-routing-days-2016/config.php b/configs/conferences/ffrl-routing-days-2016/config.php index df0d284..e065562 100644 --- a/configs/conferences/ffrl-routing-days-2016/config.php +++ b/configs/conferences/ffrl-routing-days-2016/config.php @@ -8,7 +8,8 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array( * Wird dieser Zeitpunkt nicht angegeben, gilt die Konferenz immer als angefangen. (Siehe aber ENDS_AT * und CLOSED weiter unten) */ - 'STARTS_AT' => strtotime("2016-02-06 09:00"), + //'STARTS_AT' => strtotime("2016-02-06 09:00"), + 'STARTS_AT' => strtotime("2016-02-05 09:00"), /** * Der Endzeitpunkt der Konferenz als Unix-Timestamp. Befinden wir uns danach, wird eine Danke-Und-Kommen-Sie- diff --git a/configs/conferences/ffrl-routing-days-2016/download.sh b/configs/conferences/ffrl-routing-days-2016/download.sh index e778bd5..e6975b3 100755 --- a/configs/conferences/ffrl-routing-days-2016/download.sh +++ b/configs/conferences/ffrl-routing-days-2016/download.sh @@ -5,5 +5,5 @@ wget --no-check-certificate -q "https://mlsrv.de/public/routingdays16-schedule/s rm -f /tmp/schedule.xml /tmp/schedule.json # vod json -wget -q "http://live.dus.c3voc.de/relive/ffrl-routing-days/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json +wget -q "http://live.dus.c3voc.de/relive/ffrl-routing-days-2016/index.json" -O /tmp/vod.json && mv /tmp/vod.json vod.json rm -f /tmp/vod.json |