16
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user