summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-06-12 20:35:05 +0200
committerErmal LUÇI <eri@pfsense.org>2015-06-12 20:35:21 +0200
commitf753103286602a66dbe77fdcd0948493ee1b331b (patch)
tree9c0c7978407f9a1d19a75e9814dee44113d07760 /usr/local/www/vpn_ipsec_settings.php
parente5bdc656329330f78d9ece19e0aa5e1eaec22386 (diff)
downloadpfsense-f753103286602a66dbe77fdcd0948493ee1b331b.zip
pfsense-f753103286602a66dbe77fdcd0948493ee1b331b.tar.gz
Make this right finally :). Thanks-ti: Phil-davis
Diffstat (limited to 'usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--usr/local/www/vpn_ipsec_settings.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index b496b39..62f3c2f 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -212,10 +212,9 @@ if ($_POST) {
vpn_ipsec_configure($needsrestart);
vpn_ipsec_configure_loglevels();
-
- header("Location: vpn_ipsec_settings.php");
- return;
}
+ header("Location: vpn_ipsec_settings.php");
+ return;
}
$pgtitle = array(gettext("VPN"), gettext("IPsec"), gettext("Settings"));
OpenPOWER on IntegriCloud