summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-06-12 17:37:28 +0200
committerErmal LUÇI <eri@pfsense.org>2015-06-12 17:37:28 +0200
commitb5d102e779383af35af435e321691f3df2c58c5b (patch)
treea9e783c9633506bbd92ad4f6bd0442e413196a15 /usr/local/www/vpn_ipsec_settings.php
parent71f29f4424060c68f22b383d6d80f2fd3d21f466 (diff)
downloadpfsense-b5d102e779383af35af435e321691f3df2c58c5b.zip
pfsense-b5d102e779383af35af435e321691f3df2c58c5b.tar.gz
Activate the redirection that for some reason got disabled
Diffstat (limited to 'usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--usr/local/www/vpn_ipsec_settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index 5b172bc..b496b39 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -213,8 +213,8 @@ if ($_POST) {
vpn_ipsec_configure($needsrestart);
vpn_ipsec_configure_loglevels();
-// header("Location: vpn_ipsec_settings.php");
-// return;
+ header("Location: vpn_ipsec_settings.php");
+ return;
}
}
OpenPOWER on IntegriCloud