Fixed double include (functions_modules.php)

This commit is contained in:
fbsanchez 2016-08-30 13:56:51 +02:00
parent dcd6e1f6a4
commit 77ed3ae3fc
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ global $config;
enterprise_include ('godmode/agentes/configurar_agente.php');
enterprise_include ('include/functions_policies.php');
enterprise_include ('include/functions_modules.php');
enterprise_include_once ('include/functions_modules.php');
include_once($config['homedir'] . "/include/functions_agents.php");
include_once($config['homedir'] . "/include/functions_cron.php");
ui_require_javascript_file('encode_decode_base64');