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
a3cae69ef1
commit
51ca20f933
|
@ -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>
|
||||
|
||||
* pandoradb.postgreSQL.sql, pandoradb.oracle.sql,
|
||||
|
|
|
@ -119,7 +119,9 @@ echo '<div style="height: 5px"> </div>';
|
|||
if (!$new_agent) {
|
||||
// Agent remote configuration editor
|
||||
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');
|
||||
|
|
Loading…
Reference in New Issue