summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-04-07 10:10:04 +0200
committerWarren Baker <warren@decoy.co.za>2014-04-07 10:10:04 +0200
commitbb7843fd209cb441eef09f6ac07204e9f8ca31fa (patch)
tree248aed042d82aacbc3e854d683f581c2943f8dfd
parent2a2b603d0c4ffe54535a5c5437dfa263eb504f2d (diff)
downloadpfsense-bb7843fd209cb441eef09f6ac07204e9f8ca31fa.zip
pfsense-bb7843fd209cb441eef09f6ac07204e9f8ca31fa.tar.gz
Indentation
-rw-r--r--etc/inc/notices.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc
index 06c62eb..ea8d220 100644
--- a/etc/inc/notices.inc
+++ b/etc/inc/notices.inc
@@ -320,7 +320,7 @@ function send_smtp_message($message, $subject = "(no subject)") {
// Use SMTP Auth if fields are filled out
if($config['notifications']['smtp']['username'] &&
- $config['notifications']['smtp']['password']) {
+ $config['notifications']['smtp']['password']) {
$smtp->authentication_mechanism = "PLAIN";
$smtp->user = $config['notifications']['smtp']['username'];
$smtp->password = $config['notifications']['smtp']['password'];
OpenPOWER on IntegriCloud