summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-09-15 11:27:23 -0700
committerNOYB <Al_Stu@Frontier.com>2016-09-15 11:27:23 -0700
commitc3eaf962efd406316f0e8512b5aad6b5e98b2c3a (patch)
tree3d2b4f8d59906bf98fe194a09473dd717987769f /src
parent69cb4d5a67a15537ab2b4c3d2f8faa8e41e35e70 (diff)
downloadpfsense-c3eaf962efd406316f0e8512b5aad6b5e98b2c3a.zip
pfsense-c3eaf962efd406316f0e8512b5aad6b5e98b2c3a.tar.gz
Correct indentation.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_advanced_notifications.php2
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 a9425ae..5d8757b 100644
--- a/src/usr/local/www/system_advanced_notifications.php
+++ b/src/usr/local/www/system_advanced_notifications.php
@@ -157,7 +157,7 @@ if ($_POST) {
}
if ((isset($config['notifications']['smtp']['ssl'])) &&
- (isset($config['notifications']['smtp']['tls']))) {
+ (isset($config['notifications']['smtp']['tls']))) {
$input_errors[] = gettext("\"Secure SMTP Connection\" modes are mutually exclusive. Select only one.");
}
OpenPOWER on IntegriCloud