Compare commits
2 Commits
2023.10.27
...
2023.10.27
Author | SHA1 | Date | |
---|---|---|---|
9190660c1c | |||
d241b2cec6 |
@ -302,7 +302,7 @@ switch ($action) {
|
|||||||
$validity_unit = _post('validity_unit');
|
$validity_unit = _post('validity_unit');
|
||||||
$pool_expired = _post('pool_expired');
|
$pool_expired = _post('pool_expired');
|
||||||
$enabled = _post('enabled');
|
$enabled = _post('enabled');
|
||||||
|
$routers = _post('routers');
|
||||||
$msg = '';
|
$msg = '';
|
||||||
if (Validator::UnsignedNumber($validity) == false) {
|
if (Validator::UnsignedNumber($validity) == false) {
|
||||||
$msg .= 'The validity must be a number' . '<br>';
|
$msg .= 'The validity must be a number' . '<br>';
|
||||||
|
Reference in New Issue
Block a user