diff options
author | Phil Davis <phil.davis@inf.org> | 2017-01-25 11:08:01 +0545 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-25 11:08:01 +0545 |
commit | 0046a7da59fb3015512ce181cba6b37516c0b76f (patch) | |
tree | 52a2cd9eef20c0350ae3d79ecbc6296151e1cc3a | |
parent | 47f2a4b9eb22ea6f1f6baad83e3786ecb53c5394 (diff) | |
download | pfsense-0046a7da59fb3015512ce181cba6b37516c0b76f.zip pfsense-0046a7da59fb3015512ce181cba6b37516c0b76f.tar.gz |
CP HTTPS Forwards setHelp format
Add full stop and spacing between sentences.
-rw-r--r-- | src/usr/local/www/services_captiveportal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal.php b/src/usr/local/www/services_captiveportal.php index 912e3d0..c0056c1 100644 --- a/src/usr/local/www/services_captiveportal.php +++ b/src/usr/local/www/services_captiveportal.php @@ -1036,7 +1036,7 @@ $section->addInput(new Form_Checkbox( 'HTTPS Forwards', 'Disable HTTPS Forwards', $pconfig['nohttpsforwards'] -))->setHelp('If this option is set, attempts to connect to SSL/HTTPS (Port 443) sites will not be forwarded to the captive portal' . +))->setHelp('If this option is set, attempts to connect to SSL/HTTPS (Port 443) sites will not be forwarded to the captive portal. ' . 'This prevents certificate errors from being presented to the user even if HTTPS logins are enabled. ' . 'Users must attempt a connecton to an HTTP (Port 80) site to get forwarded to the captive portal. ' . 'If HTTPS logins are enabled, the user will be redirected to the HTTPS login page.'); |