From d6084ab02fa82163342894e7385464976b64f7b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20LU=C3=87I?= Date: Sat, 13 Jun 2015 14:35:23 +0200 Subject: Ok another round of this which unbreaks input error validation messages --- usr/local/www/vpn_ipsec_settings.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php index fec9316..b37e381 100644 --- a/usr/local/www/vpn_ipsec_settings.php +++ b/usr/local/www/vpn_ipsec_settings.php @@ -204,9 +204,12 @@ if ($_POST) { vpn_ipsec_configure($needsrestart); vpn_ipsec_configure_loglevels(); - } - header("Location: vpn_ipsec_settings.php"); - return; + + header("Location: vpn_ipsec_settings.php"); + return; + } else + /* NOTE: Do not be smart here check #4655 */ + $pconfig['noshuntlaninterfaces'] = isset($config['ipsec']['noshuntlaninterfaces']); } $pgtitle = array(gettext("VPN"),gettext("IPsec"),gettext("Settings")); -- cgit v1.1