summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 21:59:44 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 21:59:44 -0400
commite98419d8f600d48333c1e1ca7a2433084d99a047 (patch)
treed00367aaaee653fc5a319fbb7a27867f98f0b926 /usr/local/www/system_advanced_notifications.php
parent8c73ff0c5131626deac9b443c6e9aa9bf8c4ee9f (diff)
downloadpfsense-e98419d8f600d48333c1e1ca7a2433084d99a047.zip
pfsense-e98419d8f600d48333c1e1ca7a2433084d99a047.tar.gz
Adding register_via_growl()
Diffstat (limited to 'usr/local/www/system_advanced_notifications.php')
-rw-r--r--usr/local/www/system_advanced_notifications.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php
index 6f2a55c..d623d8a 100644
--- a/usr/local/www/system_advanced_notifications.php
+++ b/usr/local/www/system_advanced_notifications.php
@@ -66,8 +66,9 @@ if ($_POST) {
write_config();
+ register_via_growl();
notify_via_growl("This is a test message form pfSense. It is safe to ignore this message.");
-
+
pfSenseHeader("system_advanced_notifications.php");
exit;
}
OpenPOWER on IntegriCloud