mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fix insert data extension, bad parameters in xml format - #869
This commit is contained in:
parent
daf3c5d3f7
commit
61eb5e755e
@ -38,7 +38,7 @@ function createXMLData($agent, $agentModule, $time, $data) {
|
||||
io_safe_output($agent['os_version']), $agent['intervalo'],
|
||||
io_safe_output($agent['agent_version']), $time,
|
||||
io_safe_output($agent['nombre']),
|
||||
io_safe_output($agent['alias']), $agent['timezone_offset'],
|
||||
$agent['timezone_offset'],
|
||||
io_safe_output($agentModule['nombre']), io_safe_output($agentModule['descripcion']), modules_get_type_name($agentModule['id_tipo_modulo']), $data);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user