mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch '135-Icono-remote-config' into 'pandora_6.0'
Show remote config icon in agent view, modify remote conf function param - #135 See merge request !395
This commit is contained in:
commit
03b0b90f4f
@ -542,7 +542,7 @@ if ($agents !== false) {
|
||||
// Has remote configuration ?
|
||||
if (enterprise_installed()) {
|
||||
enterprise_include_once('include/functions_config_agents.php');
|
||||
if (enterprise_hook('config_agents_has_remote_configuration',$agent["id_agente"])) {
|
||||
if (enterprise_hook('config_agents_has_remote_configuration',array($agent["id_agente"]))) {
|
||||
echo "<a href='index.php?" .
|
||||
"sec=gagente&" .
|
||||
"sec2=godmode/agentes/configurar_agente&" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user