mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Redirect to the correct page after deleting an item.
This commit is contained in:
parent
1f5598851e
commit
25f36aaf6d
@ -77,7 +77,7 @@ if ($act == "del") {
|
||||
unset($a_tunable[$id]);
|
||||
write_config();
|
||||
mark_subsystem_dirty('sysctl');
|
||||
pfSenseHeader("firewall_system_tunables.php");
|
||||
pfSenseHeader("system_advanced_sysctl.php");
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user