summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-08-01 15:21:08 +0000
committerErmal Luçi <eri@pfsense.org>2008-08-01 15:21:08 +0000
commit0e640f7604c9cb465b68c85e463f3c443423d27d (patch)
tree9f95a1a688f330c61472988dea839c29b4426c68 /usr
parent6b07c15ad870f24e783a23c4a64fbb73958543ad (diff)
downloadpfsense-0e640f7604c9cb465b68c85e463f3c443423d27d.zip
pfsense-0e640f7604c9cb465b68c85e463f3c443423d27d.tar.gz
Fixup FloatingRules creation. Not sure why it broke in the first place!
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index b65537b..dce748b 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -554,6 +554,7 @@ include("head.inc");
><?=$direction;?></option>
<?php endforeach; ?>
</select>
+ <input type="hidden" id="floating" name="floating" value="floating">
</td>
<tr>
<?php endif; ?>
@@ -860,7 +861,6 @@ include("head.inc");
</div>
<div id="aodivmain" name="aodivmain" style="display:none">
<?php if ($if == "FloatingRules" || isset($pconfig['floating'])): ?>
- <input type="hidden" id="floating" name="floating" value="floating">
<input name="tag" id="tag" value="<?=htmlspecialchars($pconfig['tag']);?>">
<br /><span class="vexpl"><?=gettext("You can mark a packet matching this rule and
OpenPOWER on IntegriCloud