summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-17 20:39:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-17 20:39:51 +0000
commitd8898df4b3abd8de4ba59e0afc134fb94d170df8 (patch)
tree70f85580974316640aefbaed52ba01ad9940c69b /usr/local
parent90ebd0b36a1a9804f4869f5508c4bbf88f653b33 (diff)
downloadpfsense-d8898df4b3abd8de4ba59e0afc134fb94d170df8.zip
pfsense-d8898df4b3abd8de4ba59e0afc134fb94d170df8.tar.gz
Ticket # 1698 fixes
Diffstat (limited to 'usr/local')
-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 8ba28db..05dafec 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -177,7 +177,7 @@ if ($_POST) {
/* item is a url type */
if($_POST['address'])
$_POST['address0'] = $_POST['address'];
- for($x=0; $x<299; $x++) {
+ for($x=0; isset($_POST['address'. $x]); $x++) {
if($_POST['address' . $x]) {
/* fetch down and add in */
$isfirst = 0;
OpenPOWER on IntegriCloud