cusf-standalone-predictor/predict/includes/config.inc.php

13 wiersze
211 B
PHP
Czysty Zwykły widok Historia

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