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

13 wiersze
211 B
PHP

<?php
$c_admin_email = "jon@hexoc.com";
$c_location_save_enable = true;
$c_preds_path = "preds/";
$c_scenario_file = "scenario.ini";
$c_flight_csv = "flight_path.csv";
$c_progress_json = "progress.json";
?>