This commit is contained in:
devdatt 2025-12-27 16:20:21 +05:30
parent 6ba71f78d1
commit b4925e7659
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
foreach ($data as $port => $value) {
$tmp = explode(",", trim($value));
if (count($tmp) > 0) {
error_log(count($tmp));
if (count($tmp) >= 1) {
print_r(count($tmp));
print_r($tmp);
foreach ($tmp as $ip) {
error_log("limit port " . $port);