Revision ae479a27
Added by Sjon Hortensius over 10 years ago
usr/local/www/system_advanced_admin.php | ||
---|---|---|
468 | 468 |
'SSH port', |
469 | 469 |
'number', |
470 | 470 |
$pconfig['sshport'], |
471 |
['min' => 1, 'max' => 65535] |
|
471 |
['min' => 1, 'max' => 65535, 'placeholder' => 22]
|
|
472 | 472 |
))->setHelp('Note: Leave this blank for the default of 22.'); |
473 | 473 |
|
474 | 474 |
|
Also available in: Unified diff
Add placeholder showing default value