mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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.
This commit is contained in:
parent
c04887d8fc
commit
b7f2ebb544
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user