diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-08-25 14:44:04 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-08-25 14:44:04 -0400 |
commit | f804b68999b90198104968e8198ba03f4a19486e (patch) | |
tree | 1cb81bc1c3810880c156e865e6f7dd7d723a5cd1 /usr/local/www | |
parent | 7bb30b1662dd65e93681003a3f5e53e672b02b0b (diff) | |
download | pfsense-f804b68999b90198104968e8198ba03f4a19486e.zip pfsense-f804b68999b90198104968e8198ba03f4a19486e.tar.gz |
Require notices.inc
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/system_advanced_notifications.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php index 6e757c4..67d8622 100644 --- a/usr/local/www/system_advanced_notifications.php +++ b/usr/local/www/system_advanced_notifications.php @@ -35,6 +35,7 @@ ##|-PRIV require("guiconfig.inc"); +require("notices.inc"); // Growl if($config['notifications']['growl']['password']) |