summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-05-09 13:36:13 +0000
committerErmal <eri@pfsense.org>2014-05-09 13:36:13 +0000
commit6ae8b844e1f370b03da4bb49d6492e599658a31d (patch)
tree6f88098dcbef235c89675a1437b13ea29cbf0368 /usr/local/www/vpn_ipsec_settings.php
parent20452c6854053abc48ad074b05f459b2dd4e176f (diff)
downloadpfsense-6ae8b844e1f370b03da4bb49d6492e599658a31d.zip
pfsense-6ae8b844e1f370b03da4bb49d6492e599658a31d.tar.gz
Some adjustments to the code for logging
Diffstat (limited to 'usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--usr/local/www/vpn_ipsec_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index b4a5201..ea97d11 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -51,7 +51,7 @@ $pconfig['failoverforcereload'] = isset($config['ipsec']['failoverforcereload'])
$pconfig['maxmss_enable'] = isset($config['system']['maxmss_enable']);
$pconfig['maxmss'] = $config['system']['maxmss'];
-if ($_POST['submit']) {
+if ($_POST) {
unset($input_errors);
$pconfig = $_POST;
OpenPOWER on IntegriCloud