summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-07-15 10:30:54 -0300
committerRenato Botelho <renato@netgate.com>2015-07-15 10:30:54 -0300
commit124bf68c6d58499e94cc5af5442c04fb942423e8 (patch)
tree93050b7a132bbec32972636d7043efb749ee6772 /usr/local
parenta9d6ae1734f43bf5ea035b289253f34bbf4e8ea6 (diff)
parente2db25ccd97644e933a5e87f0129fc6bdddc2968 (diff)
downloadpfsense-124bf68c6d58499e94cc5af5442c04fb942423e8.zip
pfsense-124bf68c6d58499e94cc5af5442c04fb942423e8.tar.gz
Merge pull request #1745 from phil-davis/patch-6
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/interfaces_gif_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_gif_edit.php b/usr/local/www/interfaces_gif_edit.php
index 63998a2..2870c79 100644
--- a/usr/local/www/interfaces_gif_edit.php
+++ b/usr/local/www/interfaces_gif_edit.php
@@ -81,8 +81,8 @@ if ($_POST) {
$pconfig = $_POST;
/* input validation */
- $reqdfields = explode(" ", "if tunnel-remote-addr tunnel-remote-net tunnel-local-addr");
- $reqdfieldsn = array(gettext("Parent interface,Local address, Remote tunnel address, Remote tunnel network, Local tunnel address"));
+ $reqdfields = explode(" ", "if remote-addr tunnel-local-addr tunnel-remote-addr tunnel-remote-net");
+ $reqdfieldsn = array(gettext("Parent interface"), gettext("gif remote address"), gettext("gif tunnel local address"), gettext("gif tunnel remote address"), gettext("gif tunnel remote netmask"));
do_input_validation($_POST, $reqdfields, $reqdfieldsn, $input_errors);
OpenPOWER on IntegriCloud