summaryrefslogtreecommitdiffstats
path: root/etc/inc/notices.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-25 14:41:46 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-25 14:41:46 -0400
commit7bb30b1662dd65e93681003a3f5e53e672b02b0b (patch)
treeb7df1e15b604cb2077c06d44ba9f203cc58deec2 /etc/inc/notices.inc
parent4bbb315509ebc0dd721fe7761e09f4b476028c91 (diff)
downloadpfsense-7bb30b1662dd65e93681003a3f5e53e672b02b0b.zip
pfsense-7bb30b1662dd65e93681003a3f5e53e672b02b0b.tar.gz
s/growl/smtp/
Diffstat (limited to 'etc/inc/notices.inc')
-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 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'])
OpenPOWER on IntegriCloud