summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-12-06 18:57:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-12-06 18:57:10 +0000
commit20691b47e50bb25db20c7161ea76d61a15672936 (patch)
tree6553d15ab0da62fbf46a67e550581c86632946b4 /usr
parentf9b5d5e5c746895607d8b667dc88bd3ad452e687 (diff)
downloadpfsense-20691b47e50bb25db20c7161ea76d61a15672936.zip
pfsense-20691b47e50bb25db20c7161ea76d61a15672936.tar.gz
Increase maximum alias count to 299 from 99. http://forum.pfsense.org/index.php/topic,7068.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 b9c788d..5e61cc1 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<99; $x++) {
+ for($x=0; $x<299; $x++) {
if($_POST['address' . $x]) {
/* fetch down and add in */
$isfirst = 0;
OpenPOWER on IntegriCloud