Revision 467d7777
Added by BBcan177 . about 9 years ago
src/usr/local/www/system_crlmanager.php | ||
---|---|---|
434 | 434 |
'Serial', |
435 | 435 |
'number', |
436 | 436 |
$pconfig['serial'], |
437 |
[min => '0', max => '9999']
|
|
437 |
['min' => '0', 'max' => '9999']
|
|
438 | 438 |
)); |
439 | 439 |
|
440 | 440 |
$form->add($section); |
Also available in: Unified diff
Update system_crlmanager.php
Use of undefined constant min - assumed 'min'
Use of undefined constant max - assumed 'max'