summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-10-24 10:02:31 +0930
committerGitHub <noreply@github.com>2016-10-24 10:02:31 +0930
commitb7f2ebb5448f7992cceec899504bdd0a29058fb9 (patch)
tree2a2e413d6de5715526ad36b9bf6bb80a58ed59d4 /src/usr/local/www/services_captiveportal.php
parentc04887d8fc440e769ed987f993d34bc8f20fbf64 (diff)
downloadpfsense-b7f2ebb5448f7992cceec899504bdd0a29058fb9.zip
pfsense-b7f2ebb5448f7992cceec899504bdd0a29058fb9.tar.gz
Fix #6872 CP bandwidth 0 is no valid
The front-end validation prevents zero from being entered. "Leave empty" is the way to specify no limit.
Diffstat (limited to 'src/usr/local/www/services_captiveportal.php')
-rw-r--r--src/usr/local/www/services_captiveportal.php2
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 275ab86..5887bd5 100644
--- a/src/usr/local/www/services_captiveportal.php
+++ b/src/usr/local/www/services_captiveportal.php
@@ -688,7 +688,7 @@ $section->addInput(new Form_Input(
'number',
$pconfig['bwdefaultup']
))->setHelp('If this option is set, the captive portal will restrict each user who logs in to the specified default bandwidth. ' .
- 'RADIUS can override the default settings. Leave empty or set to 0 for no limit.');
+ 'RADIUS can override the default settings. Leave empty for no limit.');
$form->add($section);
OpenPOWER on IntegriCloud