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:07:25 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 21:07:25 -0400
commit67ffb407e006a94e55069a9b4704f99d0a284863 (patch)
treefe3e42e9171c92bb15ae13e76e513be0cec82909 /usr/local/www/system_advanced_notifications.php
parent487b16ecd869b37a06c1e5c2a336960f7c9be7f0 (diff)
downloadpfsense-67ffb407e006a94e55069a9b4704f99d0a284863.zip
pfsense-67ffb407e006a94e55069a9b4704f99d0a284863.tar.gz
Send a sample test message when user clicks save
Diffstat (limited to 'usr/local/www/system_advanced_notifications.php')
-rw-r--r--usr/local/www/system_advanced_notifications.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php
index 6249a4d..abbaafc 100644
--- a/usr/local/www/system_advanced_notifications.php
+++ b/usr/local/www/system_advanced_notifications.php
@@ -71,6 +71,8 @@ if ($_POST) {
write_config();
+ 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