diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2015-09-03 14:01:51 -0400 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2015-09-03 14:01:51 -0400 |
commit | 257a043bbd3fc1c027fe01fc4c3b8bf95b8215ea (patch) | |
tree | 6e008b81901290ff5d71d5b58c3e1e29fe35d619 /src | |
parent | 7b4b0ad38eb0e3f00c7b1c8f9939a6c53d4d2df2 (diff) | |
download | pfsense-257a043bbd3fc1c027fe01fc4c3b8bf95b8215ea.zip pfsense-257a043bbd3fc1c027fe01fc4c3b8bf95b8215ea.tar.gz |
Fixed #5087
My fault. Dropped the 's' in smtp :(
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/system_advanced_notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_notifications.php b/src/usr/local/www/system_advanced_notifications.php index a0d2995..88f14a3 100644 --- a/src/usr/local/www/system_advanced_notifications.php +++ b/src/usr/local/www/system_advanced_notifications.php @@ -286,7 +286,7 @@ $section->addInput(new Form_Checkbox( 'in place to function.'); $section->addInput(new Form_Input( - 'mtpipaddress', + 'smtpipaddress', 'E-Mail server', 'text', $pconfig['smtpipaddress'] |