Skip to content

Commit

Permalink
remove oag config
Browse files Browse the repository at this point in the history
  • Loading branch information
aussieian committed Apr 5, 2014
1 parent fad8a77 commit 822edde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions lib/config-localhost.sunflight.net.php
Expand Up @@ -2,10 +2,7 @@

$cfg = array();
$cfg["SITE_NAME"] = "Sun Flight Map";
$cfg["OAG_USERNAME"] = "GetFlight"; // THACK
$cfg["OAG_PASSWORD"] = "tdrtkp2"; // THACK
$cfg["PHP_TIMEZONE_OFFSET"] = 10; // Sydney GMT+10
$cfg["EXAMPLE_FLIGHT_ROUTES"] = array("BA5_1234567", "QF1_1234567", "QF9_1234567", "UA154_15", "UA172_15", "SQ21_134567", "SQ37_14567", "BA9_1234567", "QF7_1234567", "EK215_1234567", "QF8_1234567", "QR77_1234567", "BR32_12346", "EY190_246", "LA0532_1234567", "EK418_1234567", "KE018_1234567");
$cfg["SFCALC_CMD"] = "/Users/ian/Documents/projects/sunflight/sfcalc/sfcalc.py";
$cfg['CACHE_STORAGE_PATH'] = "/Users/ian/Documents/Projects/sunflight/lib/cache/"; // files/
$cfg['CACHE_STORAGE_KEEP_HOURS'] = (24 * 7); // 7 days
Expand Down
3 changes: 0 additions & 3 deletions lib/config-sunflight.net.php
Expand Up @@ -2,10 +2,7 @@

$cfg = array();
$cfg["SITE_NAME"] = "Sun Flight Map";
$cfg["OAG_USERNAME"] = "GetFlight"; // THACK
$cfg["OAG_PASSWORD"] = "tdrtkp2"; // THACK
$cfg["PHP_TIMEZONE_OFFSET"] = 10; // Sydney GMT+10
$cfg["EXAMPLE_FLIGHT_ROUTES"] = array("BA5_1234567", "QF1_1234567", "QF9_1234567", "UA154_15", "LA0532_1234567", "BA9_1234567", "QF7_1234567","BR32_12346", "EY190_246", "EK418_1234567");
$cfg["SFCALC_CMD"] = "/var/www/sunflight.net/sfcalc/sfcalc.py";
$cfg['CACHE_STORAGE_PATH'] = "/var/www/sunflight.net/lib/cache/"; // files/
$cfg['CACHE_STORAGE_KEEP_HOURS'] = (24 * 7); // 7 days
Expand Down

0 comments on commit 822edde

Please sign in to comment.