diff options
author | MaZderMind | 2014-11-08 11:39:50 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-08 11:39:50 +0100 |
commit | 7a1b70bf164358281a701c87ede07205fbb47984 (patch) | |
tree | e73a847a47a78a29b3f66c5185f9cb21c68c40f7 /lib/config.php | |
parent | 860a084e67a0d189c2b5af8e8c9e2d49c2c5e488 (diff) |
test with fiffkon schedule
(and fix problem with broken daystart/dayend)
Diffstat (limited to 'lib/config.php')
-rw-r--r-- | lib/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
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( |