summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index 5e61cc1..5c9d169 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -225,7 +225,7 @@ if ($_POST) {
}
} else {
/* item is a normal alias type */
- for($x=0; $x<99; $x++) {
+ for($x=0; $x<299; $x++) {
$comd = "\$subnet = \$_POST['address" . $x . "'];";
eval($comd);
$comd = "\$subnet_address = \$_POST['address_subnet" . $x . "'];";
OpenPOWER on IntegriCloud