summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-03-30 11:49:27 -0400
committerjim-p <jimp@pfsense.org>2017-03-30 11:49:27 -0400
commite4e78af3ff59d1efb4b147e852d333fb42513fcc (patch)
treefc3a1fab8f8e771002f70610869b3b8711284751 /src
parentfe255e99389cb6f75a06c55797890c52bd934f0f (diff)
downloadpfsense-e4e78af3ff59d1efb4b147e852d333fb42513fcc.zip
pfsense-e4e78af3ff59d1efb4b147e852d333fb42513fcc.tar.gz
Don't use usepost on firewall_rules.php for the tabs.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php
index e97c63a..c917100 100644
--- a/src/usr/local/www/firewall_rules.php
+++ b/src/usr/local/www/firewall_rules.php
@@ -332,7 +332,7 @@ if (is_subsystem_dirty('filter')) {
print_apply_box(gettext("The firewall rule configuration has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect."));
}
-display_top_tabs($tab_array, false, 'pills', "usepost");
+display_top_tabs($tab_array, false, 'pills');
$showantilockout = false;
$showprivate = false;
OpenPOWER on IntegriCloud