1
0
mirror of synced 2025-12-28 00:23:25 +00:00

feat(navigate) navigation available and most usefull features)

This commit is contained in:
Valentin
2024-06-13 00:30:42 +02:00
parent 10825d7598
commit ab210c98fe
15 changed files with 335 additions and 108 deletions

7
config_example.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
$idfm_api_key = '';
$db_host = '127.0.0.1';
$db_name = 'subwaySchedule';
$db_user = '';
$db_password = '';
?>