This commit is contained in:
Stephen Beaver 2016-02-17 12:54:26 -05:00
parent 57fd6bd43a
commit 5bf773af03
2 changed files with 4 additions and 2 deletions

View File

@ -496,7 +496,8 @@ if ($act=="new" || $act=="edit"):
'local_port',
'Local port',
'number',
$pconfig['local_port']
$pconfig['local_port'],
['min' => '0']
))->setHelp('Set this option if you would like to bind to a specific port. Leave this blank or enter 0 for a random dynamic port.');
$section->addInput(new Form_Input(

View File

@ -686,7 +686,8 @@ if ($act=="new" || $act=="edit"):
'local_port',
'Local port',
'number',
$pconfig['local_port']
$pconfig['local_port'],
['min' => '0']
));
$section->addInput(new Form_Input(