diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-08-25 14:41:46 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-08-25 14:41:46 -0400 |
commit | 7bb30b1662dd65e93681003a3f5e53e672b02b0b (patch) | |
tree | b7df1e15b604cb2077c06d44ba9f203cc58deec2 /etc | |
parent | 4bbb315509ebc0dd721fe7761e09f4b476028c91 (diff) | |
download | pfsense-7bb30b1662dd65e93681003a3f5e53e672b02b0b.zip pfsense-7bb30b1662dd65e93681003a3f5e53e672b02b0b.tar.gz |
s/growl/smtp/
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/notices.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc index 5464741..eb18f05 100644 --- a/etc/inc/notices.inc +++ b/etc/inc/notices.inc @@ -199,7 +199,7 @@ function are_notices_pending($category = "all") { * RESULT * returns true if message was sent ******/ -function notify_via_growl($message) { +function notify_via_smtp($message) { global $config; if(!$config['notifications']['smtp']['ipaddress']) |