mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Don't use usepost on firewall_rules.php for the tabs.
This commit is contained in:
parent
fe255e9938
commit
e4e78af3ff
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user