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:
vgilc 2017-05-11 17:51:21 +02:00
commit 03b0b90f4f

View File

@ -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&" .