#8692 Fixed remote config 2

This commit is contained in:
Daniel Maya 2022-03-09 13:55:49 +01:00
parent 0a7238fe33
commit 29906b3c53
1 changed files with 1 additions and 1 deletions

View File

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