summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_hostname_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-08 21:25:14 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-08 21:25:14 +0545
commit0d97632543e3e98ac165025db75d10c1e678f178 (patch)
treea371595d7dd1d8f3257e5b034fea1cff54a48f7b /src/usr/local/www/services_captiveportal_hostname_edit.php
parenta6e44b82f4584cdb656dc9c42eab1a88f19cc3c1 (diff)
downloadpfsense-0d97632543e3e98ac165025db75d10c1e678f178.zip
pfsense-0d97632543e3e98ac165025db75d10c1e678f178.tar.gz
Captive Portal code review
Make the capitalisation of the various heading pages consistent. Fix various field var name errors observed.
Diffstat (limited to 'src/usr/local/www/services_captiveportal_hostname_edit.php')
-rw-r--r--src/usr/local/www/services_captiveportal_hostname_edit.php7
1 files changed, 5 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 de7ad03..739b46e 100644
--- a/src/usr/local/www/services_captiveportal_hostname_edit.php
+++ b/src/usr/local/www/services_captiveportal_hostname_edit.php
@@ -1,4 +1,7 @@
<?php
+/*
+ services_captiveportal_hostname_edit.php
+*/
/* ====================================================================
* Copyright (c) 2004-2015 Electric Sheep Fencing, LLC. All rights reserved.
*
@@ -78,7 +81,7 @@ require("captiveportal.inc");
global $cpzone, $cpzoneid;
-$pgtitle = array(gettext("Services"), gettext("Captive portal"), gettext("Edit allowed Hostname"));
+$pgtitle = array(gettext("Services"), gettext("Captive Portal"), gettext("Edit allowed Hostname"));
$shortcut_section = "captiveportal";
$cpzone = $_GET['zone'];
@@ -213,7 +216,7 @@ $section->addInput(new Form_Select(
'Direction',
strtolower($pconfig['dir']),
build_dir_list()
-))->setHelp('Use "From" to always allow an Hostname through the captive portal (without authentication). ' .
+))->setHelp('Use "From" to always allow a Hostname through the captive portal (without authentication). ' .
'Use "To" to allow access from all clients (even non-authenticated ones) behind the portal to this Hostname.');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud