Bandwidth name max 255 char
This commit is contained in:
parent
fa5c3389f6
commit
eb31f11fd6
@ -93,8 +93,8 @@ switch ($action) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
$msg = '';
|
$msg = '';
|
||||||
if (Validator::Length($name, 16, 4) == false) {
|
if (Validator::Length($name, 255, 4) == false) {
|
||||||
$msg .= 'Name should be between 5 to 15 characters' . '<br>';
|
$msg .= 'Name should be between 5 to 255 characters' . '<br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($rate_down_unit == 'Kbps') {
|
if ($rate_down_unit == 'Kbps') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user