diff options
Diffstat (limited to 'src/usr/local/www/services_captiveportal.php')
-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 080c0fe..b42306e 100644 --- a/src/usr/local/www/services_captiveportal.php +++ b/src/usr/local/www/services_captiveportal.php @@ -655,7 +655,7 @@ $section->addInput(new Form_Input( 'After authentication Redirection URL', 'text', $pconfig['redirurl'] -))->setHelp('Clients will be redirected to this URL instead of the one they initially tried to access after they\'ve authenticated'); +))->setHelp('Clients will be redirected to this URL instead of the one they initially tried to access after they\'ve authenticated.'); $section->addInput(new Form_Input( 'blockedmacsurl', |