This commit is contained in:
Hamza-Ayed
2026-04-28 15:51:13 +03:00
parent 0059b80271
commit c0afda59e9
4 changed files with 25 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
<?php
require_once __DIR__ . '/../../connect.php';
require_once __DIR__ . '/../../connect.php';
try {
$con_ride = Database::get('ride');
} catch (Exception $e) {
error_log("[finish_ride_updates] Failed to connect to Ride Database: " . $e->getMessage());
}
// finish_ride_updates.php