summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-20 19:14:44 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-20 19:14:44 -0400
commitf1c49ff42816cb3ccbac3dc95b7c26c07a63116f (patch)
tree030b05ad6998b4980436de060050632b99c4c858 /usr/local/www/firewall_rules_edit.php
parent24b9ea9a860ca880c1c21695f000e36fa81adcca (diff)
downloadpfsense-f1c49ff42816cb3ccbac3dc95b7c26c07a63116f.zip
pfsense-f1c49ff42816cb3ccbac3dc95b7c26c07a63116f.tar.gz
Add avanced item indicator which will show when hovering the mouse over the icon which advanced item has been enabled
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 8844451..67e98f2 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -124,11 +124,12 @@ if (isset($id) && $a_filter[$id]) {
$pconfig['allowopts'] = true;
/* advanced */
- $pconfig['max-src-nodes'] = $a_filter[$id]['max-src-nodes'];
- $pconfig['max-src-states'] = $a_filter[$id]['max-src-states'];
- $pconfig['statetype'] = $a_filter[$id]['statetype'];
+ $pconfig['max-src-nodes'] = $a_filter[$id]['max-src-nodes'];
+ $pconfig['max-src-states'] = $a_filter[$id]['max-src-states'];
+ $pconfig['statetype'] = $a_filter[$id]['statetype'];
$pconfig['statetimeout'] = $a_filter[$id]['statetimeout'];
+ /* advanced - nosync */
$pconfig['nosync'] = isset($a_filter[$id]['nosync']);
/* advanced - new connection per second banning*/
OpenPOWER on IntegriCloud