summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorheper <heper@users.noreply.github.com>2015-12-30 12:40:12 +0100
committerheper <heper@users.noreply.github.com>2015-12-30 12:40:12 +0100
commit6fb95fa2459f78cf5aefca1bd6665ea6226699a8 (patch)
tree2fdd65e377fa23c48fdc13f6f3a5fc53ce1c6de7 /src/usr
parent87b30cfae153118e8ed4eec0fa04f4968d31452e (diff)
downloadpfsense-6fb95fa2459f78cf5aefca1bd6665ea6226699a8.zip
pfsense-6fb95fa2459f78cf5aefca1bd6665ea6226699a8.tar.gz
Fix typo password confirm
https://forum.pfsense.org/index.php?topic=104629.0
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index db69970..0ad0958 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -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!");
}
OpenPOWER on IntegriCloud