diff options
author | MaZderMind | 2014-11-03 21:53:30 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-07 00:17:40 +0100 |
commit | db0a85ea97096af4529b0ea3b903d182144c1310 (patch) | |
tree | 7dc8cebc458175627c7dd809ec67d6c2288cc221 /config.php | |
parent | 82a054e876424cf055793ae653fbb40b6d5e58ec (diff) |
experimental program view
Diffstat (limited to '')
-rw-r--r-- | lib/config.php (renamed from config.php) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php b/lib/config.php index 4e351ca..2b6b78e 100644 --- a/config.php +++ b/lib/config.php @@ -1,8 +1,13 @@ <?php +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_CACHE_TTL'] = 5*60; +$GLOBALS['CONFIG']['SCHEDULE_SCALE'] = 0.2; // float, px per second + $GLOBALS['CONFIG']['ROOMS'] = array( 'saal1' => 'Saal 1', 'saal2' => 'Saal 2', |