fixed error include in API not necessary

Former-commit-id: a1520c5b4438d559fd98bba4daafd80fb854a406
This commit is contained in:
daniel 2019-01-23 17:06:31 +01:00
parent fb46197c1f
commit 5d8360860d
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ include_once($config['homedir'] . "/include/functions_servers.php");
include_once($config['homedir'] . "/include/functions_planned_downtimes.php");
include_once($config['homedir'] . "/include/functions_db.php");
include_once($config['homedir'] . "/include/functions_event_responses.php");
enterprise_include_once ('include/functions_policies.php');
enterprise_include_once ('include/functions_local_components.php');
enterprise_include_once ('include/functions_events.php');
enterprise_include_once ('include/functions_agents.php');