Fix inventory view agent secondary groups
This commit is contained in:
parent
81ef243d66
commit
9394446a1e
|
@ -31,6 +31,7 @@ use PandoraFMS\Enterprise\Metaconsole\Node;
|
|||
// Begin.
|
||||
require_once $config['homedir'].'/include/functions_users.php';
|
||||
require_once $config['homedir'].'/include/functions_inventory.php';
|
||||
enterprise_include('/include/functions_agents.php');
|
||||
|
||||
// Get different date to search the report.
|
||||
$utimestamp = (int) get_parameter('date_end', 0);
|
||||
|
|
Loading…
Reference in New Issue