mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fix missing include
This commit is contained in:
parent
e3c80e015d
commit
a34ba86129
@ -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');
|
||||
@ -2001,6 +2002,7 @@ if ($disable_module) {
|
||||
io_safe_output($module_name),
|
||||
]
|
||||
);
|
||||
|
||||
// Force disable.
|
||||
$disabled = 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user