Sync filter after deleting a tunnel

This commit is contained in:
Scott Ullrich 2005-12-26 02:11:31 +00:00
parent e747dbb86a
commit 3fdb04a65d

View File

@ -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;