summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-04-07 00:05:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-04-07 00:05:45 +0000
commit18e5545ede82176cae12a15e13b0aaec69875c9f (patch)
treefdab8c4999261385e8bec09bacdf81ad557399e3 /usr
parent6039959242dcc031d2fa80a03661c59c4d5c1cd3 (diff)
downloadpfsense-18e5545ede82176cae12a15e13b0aaec69875c9f.zip
pfsense-18e5545ede82176cae12a15e13b0aaec69875c9f.tar.gz
Upgrade from 99 -> 299
see http://forum.pfsense.org/index.php/topic,8751.0/topicseen.html
Diffstat (limited to 'usr')
-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