mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2336 from heper/patch-1
This commit is contained in:
commit
d4a3fed89b
@ -952,7 +952,7 @@ if ($_POST['apply']) {
|
||||
$input_errors[] = gettext("PPP Password and confirmed password must match!");
|
||||
}
|
||||
|
||||
if ($_POST['pppoe_password'] != $_POST['ppoep_password_confirm']) {
|
||||
if ($_POST['pppoe_password'] != $_POST['pppoe_password_confirm']) {
|
||||
$input_errors[] = gettext("PPPoE Password and confirmed password must match!");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user