From 5d8360860d44f5115da65ceff005332533d61255 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 23 Jan 2019 17:06:31 +0100 Subject: [PATCH] fixed error include in API not necessary Former-commit-id: a1520c5b4438d559fd98bba4daafd80fb854a406 --- pandora_console/include/functions_api.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_console/include/functions_api.php b/pandora_console/include/functions_api.php index b3e1c73451..a04c245e53 100644 --- a/pandora_console/include/functions_api.php +++ b/pandora_console/include/functions_api.php @@ -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');