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

10 wiersze
144 B
PHP
Czysty Zwykły widok Historia

<?php
$c_preds_path = "preds/";
$c_scenario_file = "scenario.ini";
$c_flight_csv = "flight_path.csv";
$c_progress_json = "progress.json";
?>