From 7a1b70bf164358281a701c87ede07205fbb47984 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sat, 8 Nov 2014 11:39:50 +0100 Subject: test with fiffkon schedule (and fix problem with broken daystart/dayend) --- lib/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/config.php') diff --git a/lib/config.php b/lib/config.php index 88181b9..06516ef 100644 --- a/lib/config.php +++ b/lib/config.php @@ -4,10 +4,10 @@ date_default_timezone_set('Europe/Berlin'); // guessed automatically // $GLOBALS['CONFIG']['baseurl'] = 'http://foo.com/bar/'; -$GLOBALS['CONFIG']['SCHEDULE'] = 'http://fahrplan.mrmcd.net/schedule.xml'; +$GLOBALS['CONFIG']['SCHEDULE'] = 'https://fiffkon.de/app/schedule.xml'; $GLOBALS['CONFIG']['SCHEDULE_CACHE_TTL'] = 5; $GLOBALS['CONFIG']['SCHEDULE_SCALE'] = 0.2; // float, px per second -$GLOBALS['CONFIG']['SCHEDULE_OFFSET'] = strtotime('2014-11-06T17:00:00+01:00') - strtotime('2014-09-05T17:00:00+02:00'); +$GLOBALS['CONFIG']['SCHEDULE_OFFSET'] = 0;//strtotime('2014-11-06T17:00:00+01:00') - strtotime('2014-09-05T17:00:00+02:00'); $GLOBALS['CONFIG']['ROOMS'] = array( -- cgit v1.2.3