summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-08 20:02:58 +0100
committerGitHub <noreply@github.com>2017-03-08 20:02:58 +0100
commite2f8257d66f69e57ea93c2eb8ebe11c3f7a4fada (patch)
tree917295fc78101849962f06f44b96d0b4fa8392d3 /src/usr/local/www/system_advanced_notifications.php
parentf5e4ee0358c2a83ca0dfca48da237474887f2da9 (diff)
downloadpfsense-e2f8257d66f69e57ea93c2eb8ebe11c3f7a4fada.zip
pfsense-e2f8257d66f69e57ea93c2eb8ebe11c3f7a4fada.tar.gz
Add missing include
Diffstat (limited to 'src/usr/local/www/system_advanced_notifications.php')
-rw-r--r--src/usr/local/www/system_advanced_notifications.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/system_advanced_notifications.php b/src/usr/local/www/system_advanced_notifications.php
index 3c3eaaa..b071fe1 100644
--- a/src/usr/local/www/system_advanced_notifications.php
+++ b/src/usr/local/www/system_advanced_notifications.php
@@ -28,6 +28,7 @@
require_once("guiconfig.inc");
require_once("notices.inc");
+require_once("pfsense-utils.inc");
// Growl
$pconfig['disable_growl'] = isset($config['notifications']['growl']['disable']);
OpenPOWER on IntegriCloud