mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Sync filter after deleting a tunnel
This commit is contained in:
parent
e747dbb86a
commit
3fdb04a65d
@ -74,6 +74,7 @@ if ($_POST) {
|
||||
if ($_GET['act'] == "del") {
|
||||
if ($a_ipsec[$_GET['id']]) {
|
||||
unset($a_ipsec[$_GET['id']]);
|
||||
filter_configure();
|
||||
write_config();
|
||||
header("Location: vpn_ipsec.php");
|
||||
exit;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user