#8692 Fixed remote config

This commit is contained in:
Daniel Maya 2022-03-09 12:06:21 +01:00
parent 18e6bd1c22
commit 0a7238fe33
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +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');
require_once $config['homedir'].'/include/functions_agents.php';
require_once $config['homedir'].'/include/functions_cron.php';
ui_require_javascript_file('encode_decode_base64');