2010-06-06 09:21:44 +00:00
|
|
|
<?php
|
|
|
|
|
2010-06-08 16:29:38 +00:00
|
|
|
$c_admin_email = "jon@hexoc.com";
|
2010-06-08 16:49:01 +00:00
|
|
|
$c_location_save_enable = true;
|
2010-06-08 16:29:38 +00:00
|
|
|
|
2010-06-06 09:21:44 +00:00
|
|
|
$c_preds_path = "preds/";
|
|
|
|
|
|
|
|
$c_scenario_file = "scenario.ini";
|
|
|
|
$c_flight_csv = "flight_path.csv";
|
|
|
|
$c_progress_json = "progress.json";
|
|
|
|
|
|
|
|
?>
|