summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-10 19:58:31 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-10 19:58:31 +0000
commitad3979f2580f2ddb9415131c03bc9711b8f93705 (patch)
treed69f27fe30ea6a98ca2a6875711031ae1f086c72 /usr
parent5b907e4f536f412e827459e4c6e04260590d252c (diff)
downloadpfsense-ad3979f2580f2ddb9415131c03bc9711b8f93705.zip
pfsense-ad3979f2580f2ddb9415131c03bc9711b8f93705.tar.gz
Remove erroneus check.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 85e6363..385d48c 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -857,19 +857,13 @@ include("head.inc");
<input type="button" onClick="show_aodiv();" value="Advanced"> - Show advanced options
</div>
<div id="aodivmain" name="aodivmain" style="display:none">
-<?php if ($if == "FloatingRules" || isset($pconfig['floating'])): ?>
<input name="tag" id="tag" value="<?=htmlspecialchars($pconfig['tag']);?>">
- <br /><span class="vexpl"><?=gettext("You can mark a packet matching this rule and
-use this mark to match on other rules. It is called <b>Policy filtering</b>");?>
+ <br /><span class="vexpl"><?=gettext("You can mark a packet matching this rule and use this mark to match on other nat/filter rules. It is called <b>Policy filtering</b>");?>
</span><p>
-<?php endif; ?>
- <input name="tagged" id="tagged" value="<?=htmlspecialchars($pconfig['tagged']);?>"
->
- <br /><span class="vexpl"><?=gettext("You can match packet on a mark placed before
-on another rule.")?>
+ <input name="tagged" id="tagged" value="<?=htmlspecialchars($pconfig['tagged']);?>">
+ <br /><span class="vexpl"><?=gettext("You can match packet on a mark placed before on another rule.")?>
</span> <p>
-
<input name="max-src-nodes" id="max-src-nodes" value="<?php echo $pconfig['max-src-nodes'] ?>"><br> Simultaneous client connection limit<p>
<input name="max-src-states" id="max-src-states" value="<?php echo $pconfig['max-src-states'] ?>"><br> Maximum state entries per host<p>
<input name="max-src-conn-rate" id="max-src-conn-rate" value="<?php echo $pconfig['max-src-conn-rate'] ?>"> /
OpenPOWER on IntegriCloud