diff options
-rwxr-xr-x | usr/local/www/firewall_rules_edit.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index e4bc3d2..1503c1d 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -221,8 +221,6 @@ if ($_POST) { if (isset($_POST['floating']) && $key == "interface") continue; $newpost = htmlentities($temp); - if($newpost <> $temp) - $input_errors[] = "Invalid characters detected ($temp). Please remove invalid characters and save again."; } /* input validation */ |