mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
2011-05-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/agentes/configurar_agente.php: Fixed mistake of my last commit. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4331 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6f69b11d14
commit
4b91a832db
@ -1,3 +1,8 @@
|
|||||||
|
2011-05-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/configurar_agente.php: Fixed mistake of my last
|
||||||
|
commit.
|
||||||
|
|
||||||
2011-05-10 Ramon Novoa <rnovoa@artica.es>
|
2011-05-10 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* include/functions_reporting.php: Do not count the empty start of an
|
* include/functions_reporting.php: Do not count the empty start of an
|
||||||
|
@ -621,7 +621,7 @@ if ($update_module || $create_module) {
|
|||||||
|
|
||||||
// Make changes in the conf file if necessary
|
// Make changes in the conf file if necessary
|
||||||
enterprise_include_once('include/functions_config_agents.php');
|
enterprise_include_once('include/functions_config_agents.php');
|
||||||
enterprise_hook('write_module_in_conf', array($id_agente, safe_output($old_configuration_data), safe_output($configuration_data)));
|
enterprise_hook('write_module_in_conf', array($id_agente, io_safe_output($old_configuration_data), io_safe_output($configuration_data)));
|
||||||
}
|
}
|
||||||
|
|
||||||
// MODULE UPDATE
|
// MODULE UPDATE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user