From f535f2763826f938e6e26d8136684d98a0b75a77 Mon Sep 17 00:00:00 2001 From: f0o Date: Wed, 8 Apr 2015 09:23:33 +0000 Subject: [PATCH] Fixed path issue --- includes/alerts.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/alerts.inc.php b/includes/alerts.inc.php index 977133e91a..60f877b40f 100644 --- a/includes/alerts.inc.php +++ b/includes/alerts.inc.php @@ -22,8 +22,8 @@ * @subpackage Alerts */ -include_once('includes/device-groups.inc.php'); -include_once('html/includes/authentication/'.$config['auth_mechanism'].'.inc.php'); +include_once($config['install_dir'].'/includes/device-groups.inc.php'); +include_once($config['install_dir'].'/html/includes/authentication/'.$config['auth_mechanism'].'.inc.php'); /** * Generate SQL from Rule