mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
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('godmode/agentes/configurar_agente.php');
|
||||||
enterprise_include_once('include/functions_modules.php');
|
enterprise_include_once('include/functions_modules.php');
|
||||||
|
enterprise_include_once('include/functions_config_agents.php');
|
||||||
enterprise_include('include/functions_policies.php');
|
enterprise_include('include/functions_policies.php');
|
||||||
require_once $config['homedir'].'/include/functions_agents.php';
|
require_once $config['homedir'].'/include/functions_agents.php';
|
||||||
require_once $config['homedir'].'/include/functions_cron.php';
|
require_once $config['homedir'].'/include/functions_cron.php';
|
||||||
@ -2001,6 +2002,7 @@ if ($disable_module) {
|
|||||||
io_safe_output($module_name),
|
io_safe_output($module_name),
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
// Force disable.
|
// Force disable.
|
||||||
$disabled = 1;
|
$disabled = 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user