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:05 +0200
commit60fc27e0aac6998d98b4cf47bd1142defae21791 (patch)
tree09e545e53aac365cba5cb813f47b1fc10399fae7 /usr/local/www/vpn_ipsec_settings.php
parent4b03b90609ae2e74b10fb960915a5e12e28cd21a (diff)
downloadpfsense-60fc27e0aac6998d98b4cf47bd1142defae21791.zip
pfsense-60fc27e0aac6998d98b4cf47bd1142defae21791.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 10cdc43..fec9316 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -204,10 +204,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