mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2013-03-06 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/configurar_agente.php: fixed the lost ip in the audit when create the agent or module. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7798 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e8a42177e3
commit
8db8e38b01
@ -1,3 +1,8 @@
|
|||||||
|
2013-03-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/configurar_agente.php: fixed the lost ip in the
|
||||||
|
audit when create the agent or module.
|
||||||
|
|
||||||
2013-03-06 Miguel de Dios <miguel.dedios@artica.es>
|
2013-03-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/reporting/reporting_builder.item_editor.php: added tip for
|
* godmode/reporting/reporting_builder.item_editor.php: added tip for
|
||||||
|
@ -220,7 +220,7 @@ if ($create_agent) {
|
|||||||
' Quiet: ' . (int)$quiet;
|
' Quiet: ' . (int)$quiet;
|
||||||
|
|
||||||
db_pandora_audit("Agent management",
|
db_pandora_audit("Agent management",
|
||||||
"Created agent $nombre_agente", false, false, $info);
|
"Created agent $nombre_agente", false, true, $info);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$id_agente = 0;
|
$id_agente = 0;
|
||||||
@ -1051,7 +1051,7 @@ if ($create_module) {
|
|||||||
|
|
||||||
$agent = db_get_row ('tagente', 'id_agente', $id_agente);
|
$agent = db_get_row ('tagente', 'id_agente', $id_agente);
|
||||||
db_pandora_audit("Agent management",
|
db_pandora_audit("Agent management",
|
||||||
"Added module '$name' for agent ".$agent["nombre"], false, false, json_encode($values));
|
"Added module '$name' for agent ".$agent["nombre"], false, true, json_encode($values));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user