mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#12251 check if enterprise is installed in open
This commit is contained in:
parent
e38246521d
commit
b241200be6
@ -4845,6 +4845,7 @@ function get_resume_agent_concat($id_agente, $all_groups, $agent)
|
||||
$data[1] = $time_elapsed;
|
||||
$table_contact->data[] = $data;
|
||||
|
||||
if (enterprise_installed() === true) {
|
||||
// SecurityMon line.
|
||||
$id_module_group = db_get_value('id_mg', 'tmodule_group', 'name', 'Security');
|
||||
$modules = db_get_all_rows_filter(
|
||||
@ -4884,6 +4885,7 @@ function get_resume_agent_concat($id_agente, $all_groups, $agent)
|
||||
$data[1] = ui_print_status_vulnerability_div($score);
|
||||
$table_contact->data[] = $data;
|
||||
}
|
||||
}
|
||||
|
||||
$agent_contact = html_print_div(
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user