diff --git a/ride/location/getUpdatedLocationForAdmin.php b/ride/location/getUpdatedLocationForAdmin.php index 0ce948f..c8becc3 100755 --- a/ride/location/getUpdatedLocationForAdmin.php +++ b/ride/location/getUpdatedLocationForAdmin.php @@ -3,7 +3,7 @@ // ملف: getUpdatedLocationForAdmin.php // ================================================================= -require_once __DIR__ . '/../../get_connect.php'; +require_once __DIR__ . '/../../connect.php'; header("Access-Control-Allow-Origin: *"); header("Content-Type: application/json; charset=UTF-8");