This commit is contained in:
Hamza-Ayed
2026-04-28 23:43:29 +03:00
parent ff4d81bd97
commit 402fab3a50
6 changed files with 672 additions and 2 deletions

View File

@@ -6,6 +6,9 @@
require_once __DIR__ . '/../../connect.php';
try {
$con_tracking = Database::get('tracking');
// $con = Database::get('main'); // Add this just in case as well, to be safe.
$driver_id = filterRequest("driver_id");
if ($driver_id === false || empty($driver_id)) {