Merge branch 'ent-8664-deshabilitado-de-modulos-no-funciona-correctametne-en-docker-php8-de-develop' into 'develop'
Fix missing include See merge request artica/pandorafms!4741
This commit is contained in:
commit
de75277c8a
|
@ -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');
|
||||
enterprise_include('include/functions_policies.php');
|
||||
require_once $config['homedir'].'/include/functions_agents.php';
|
||||
require_once $config['homedir'].'/include/functions_cron.php';
|
||||
|
@ -2001,6 +2002,7 @@ if ($disable_module) {
|
|||
io_safe_output($module_name),
|
||||
]
|
||||
);
|
||||
|
||||
// Force disable.
|
||||
$disabled = 1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue