summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-22 07:08:16 -0300
committerRenato Botelho <renato@netgate.com>2015-09-22 07:08:16 -0300
commit2e5fc3937f9eee4c78654511e7a2d9800e91d8c9 (patch)
treea3468c1e42bbe4ca6a302b6d4239689811da3aed /src
parent0aa8caecff3738893e8d428f7a4280c7ba72245e (diff)
parentca28c12c49aa7dc2f54cd78288c1a8b88ecafdcc (diff)
downloadpfsense-2e5fc3937f9eee4c78654511e7a2d9800e91d8c9.zip
pfsense-2e5fc3937f9eee4c78654511e7a2d9800e91d8c9.tar.gz
Merge pull request #1929 from phil-davis/patch-4
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 36717e7..43cc88d 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -608,7 +608,7 @@ if ($_POST['apply']) {
$reqdfields = explode(" ", "pptp_username pptp_password pptp_local0 pptp_subnet0 pptp_remote0 pptp_dialondemand pptp_idletimeout");
$reqdfieldsn = array(gettext("PPTP username"), gettext("PPTP password"), gettext("PPTP local IP address"), gettext("PPTP subnet"), gettext("PPTP remote IP address"), gettext("Dial on demand"), gettext("Idle timeout value"));
} else {
- $reqdfields = explode(" ", "pptp_username pptp_password pptp_local0 pptp_subnet0 pptp_remote");
+ $reqdfields = explode(" ", "pptp_username pptp_password pptp_local0 pptp_subnet0 pptp_remote0");
$reqdfieldsn = array(gettext("PPTP username"), gettext("PPTP password"), gettext("PPTP local IP address"), gettext("PPTP subnet"), gettext("PPTP remote IP address"));
}
do_input_validation($_POST, $reqdfields, $reqdfieldsn, $input_errors);
OpenPOWER on IntegriCloud