diff --git a/settings/gift2all.php b/settings/gift2all.php index b3147d79..79d27b2d 100644 --- a/settings/gift2all.php +++ b/settings/gift2all.php @@ -111,7 +111,7 @@ $clientEnable = $client['enable']; $responseEdit = null; - if(count(value: $clients) > 1 && $clientTotal > 0 && $clientExpiry > 0 && $clientEnable){ + if (count($clients) > 1 && $clientTotal > 0 && $clientExpiry > 0 && $clientEnable) { $responseEdit = editClientTraffic($server_id, $inbound_id, $uuid, ($volume / 1024), $day); $orderExistStmt = $connection->prepare("SELECT * FROM `orders_list` WHERE `server_id` = ? AND `inbound_id` = ? AND `uuid` = ?"); $orderExistStmt->bind_param("iis", $server_id, $inbound_id, $uuid);