mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed, now the tab of remote configuration is not visible. TICKET: #1884
(cherry picked from commit 37bff59e853bc8471b3388e6d2faa4589f5b50c3)
This commit is contained in:
parent
2772fcd837
commit
2692659a7a
@ -307,6 +307,9 @@ if ($id_agente) {
|
||||
|
||||
$has_remote_conf = enterprise_hook('config_agents_has_remote_configuration',
|
||||
array($id_agente));
|
||||
if ($has_remote_conf === ENTERPRISE_NOT_HOOK) {
|
||||
$has_remote_conf = false;
|
||||
}
|
||||
|
||||
if ($has_remote_conf === true) {
|
||||
/* Plugins */
|
||||
|
Loading…
x
Reference in New Issue
Block a user