From e98419d8f600d48333c1e1ca7a2433084d99a047 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 9 Jul 2009 21:59:44 -0400 Subject: Adding register_via_growl() --- usr/local/www/system_advanced_notifications.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/local/www/system_advanced_notifications.php') 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; } -- cgit v1.1