summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-03 23:22:43 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-03 23:22:43 +0000
commit39163f72b7342789ff18b9cc3aa56b40c3fdedbf (patch)
treef45165fb6565d5fbda5d42918fa5b0f951367edd /usr/local/www/system_advanced_notifications.php
parent43ad432c34990c41137b74c5db67dbe5add16f7a (diff)
downloadpfsense-39163f72b7342789ff18b9cc3aa56b40c3fdedbf.zip
pfsense-39163f72b7342789ff18b9cc3aa56b40c3fdedbf.tar.gz
Ticket #393. Require once.
Diffstat (limited to 'usr/local/www/system_advanced_notifications.php')
-rw-r--r--usr/local/www/system_advanced_notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php
index c9917ce..1905a51 100644
--- a/usr/local/www/system_advanced_notifications.php
+++ b/usr/local/www/system_advanced_notifications.php
@@ -38,7 +38,7 @@
##|-PRIV
require("guiconfig.inc");
-require("notices.inc");
+require_once("notices.inc");
// Growl
if($config['notifications']['growl']['password'])
OpenPOWER on IntegriCloud