diff options
Diffstat (limited to 'usr/local/www/vpn_ipsec_settings.php')
-rw-r--r-- | usr/local/www/vpn_ipsec_settings.php | 5 |
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")); |