summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_hostname_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-25 12:51:17 +0545
committerRenato Botelho <renato@netgate.com>2017-01-30 10:26:10 -0200
commita6caa27eb615dbfb298553249fecb8f2734c9339 (patch)
treebf67b07404d2329a4f0860daa14191e8a2e00322 /src/usr/local/www/services_captiveportal_hostname_edit.php
parent57965f9b79ed0971cf2bf17161d7c0ec7af9f937 (diff)
downloadpfsense-a6caa27eb615dbfb298553249fecb8f2734c9339.zip
pfsense-a6caa27eb615dbfb298553249fecb8f2734c9339.tar.gz
Required fields for Captive Portal
(cherry picked from commit c06865be6de6b164d06ee9bb1768dfe6829d783c)
Diffstat (limited to 'src/usr/local/www/services_captiveportal_hostname_edit.php')
-rw-r--r--src/usr/local/www/services_captiveportal_hostname_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_hostname_edit.php b/src/usr/local/www/services_captiveportal_hostname_edit.php
index 3dbe419..6b2b9d2 100644
--- a/src/usr/local/www/services_captiveportal_hostname_edit.php
+++ b/src/usr/local/www/services_captiveportal_hostname_edit.php
@@ -205,7 +205,7 @@ $section = new Form_Section('Captive Portal Hostname Settings');
$section->addInput(new Form_Select(
'dir',
- 'Direction',
+ '*Direction',
strtolower($pconfig['dir']),
build_dir_list()
))->setHelp('Use "From" to always allow a Hostname through the captive portal (without authentication). ' .
@@ -213,7 +213,7 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Input(
'hostname',
- 'Hostname',
+ '*Hostname',
'text',
$pconfig['hostname']
));
OpenPOWER on IntegriCloud