Revision 20290428
Added by Phil Davis over 8 years ago
src/usr/local/www/services_pppoe_edit.php | ||
---|---|---|
163 | 163 |
$input_errors[] = gettext("User Max Logins must be between 1 and 255"); |
164 | 164 |
} |
165 | 165 |
if (!is_numericint($_POST['pppoe_subnet']) || $_POST['pppoe_subnet'] > 32) { |
166 |
$input_errors[] = gettext("Subnet mask must be an interger between 0 and 32");
|
|
166 |
$input_errors[] = gettext("Subnet mask must be an integer between 0 and 32"); |
|
167 | 167 |
} |
168 | 168 |
|
169 | 169 |
$_POST['remoteip'] = $pconfig['remoteip'] = gen_subnet($_POST['remoteip'], $_POST['pppoe_subnet']); |
Also available in: Unified diff
Typo in pppoe_subnet input error message
(cherry picked from commit 01799e5bd5f363e21c744752760ab0cc591713da)