mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2013-08-28 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/agent_manager.php: fixed the PHP warnings in the call to enterprise function. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8703 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9492e6bcc6
commit
a151bfaf23
@ -1,3 +1,8 @@
|
|||||||
|
2013-08-28 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/agent_manager.php: fixed the PHP warnings in the
|
||||||
|
call to enterprise function.
|
||||||
|
|
||||||
2013-08-27 Miguel de Dios <miguel.dedios@artica.es>
|
2013-08-27 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* pandoradb.postgreSQL.sql, pandoradb.oracle.sql,
|
* pandoradb.postgreSQL.sql, pandoradb.oracle.sql,
|
||||||
|
@ -119,7 +119,9 @@ echo '<div style="height: 5px"> </div>';
|
|||||||
if (!$new_agent) {
|
if (!$new_agent) {
|
||||||
// Agent remote configuration editor
|
// Agent remote configuration editor
|
||||||
enterprise_include_once('include/functions_config_agents.php');
|
enterprise_include_once('include/functions_config_agents.php');
|
||||||
$filename = enterprise_hook('config_agents_get_agent_config_filenames', $id_agente);
|
if (enterprise_installed()) {
|
||||||
|
$filename = config_agents_get_agent_config_filenames($id_agente);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$disk_conf = (bool) get_parameter ('disk_conf');
|
$disk_conf = (bool) get_parameter ('disk_conf');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user