aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences
diff options
context:
space:
mode:
authorDaniel Molkentin2016-10-02 10:41:33 +0200
committerDaniel Molkentin2016-10-02 10:41:45 +0200
commitb64d53fa187e1bc9f032c9c77c066371fe804366 (patch)
tree7ed4156054823c0074798ec05df4af374d397f81 /configs/conferences
parentebbeacd2350a530f610ffbb883c8e73f8bec2d07 (diff)
make VOC changes permananent
Diffstat (limited to 'configs/conferences')
-rwxr-xr-xconfigs/conferences/vcfb2016/config.php2
-rwxr-xr-xconfigs/conferences/vcfb2016/download.sh6
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/conferences/vcfb2016/config.php b/configs/conferences/vcfb2016/config.php
index 6abe554..d80a92d 100755
--- a/configs/conferences/vcfb2016/config.php
+++ b/configs/conferences/vcfb2016/config.php
@@ -98,7 +98,7 @@ Das VCFB findet statt im Pergamon-Palais in den Räumen des Fachbereichs Medienw
* Wird beides aktiviert, hat der externe Link Vorrang!
* Wird beides auskommentiert, wird der Link nicht angezeigt
*/
- #'RELIVE_JSON' => 'configs/conferences/qtcon16/vod.json',
+ 'RELIVE_JSON' => 'configs/conferences/vcfb16/vod.json',
/**
* APCU-Cache-Zeit in Sekunden
diff --git a/configs/conferences/vcfb2016/download.sh b/configs/conferences/vcfb2016/download.sh
index a53ca11..7ae01c0 100755
--- a/configs/conferences/vcfb2016/download.sh
+++ b/configs/conferences/vcfb2016/download.sh
@@ -2,8 +2,8 @@
# fahrplan
wget --no-check-certificate -q "geruempel.ddns.net/schedule_voc.xml" -O /tmp/vcfb2016-schedule.xml && mv /tmp/vcfb2016-schedule.xml schedule.xml
-rm -f /tmp/qtcon16-schedule.xml
+rm -f /tmp/vcfb2016-schedule.xml
# relive
-wget -q "http://live.dus.c3voc.de/relive/qtcon16/index.json" -O /tmp/qtcon16-vod.json && mv /tmp/qtcon16-vod.json vod.json
-rm -f /tmp/qtcon16-vod.json
+wget -q "http://live.dus.c3voc.de/relive/vcfb2016/index.json" -O /tmp/vcfb2016-vod.json && mv /tmp/vcfb2016-vod.json vod.json
+rm -f /tmp/vcfb2016-vod.json