mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
ticket 348. Fixed problem of access to the database
This commit is contained in:
parent
dc89e16ac6
commit
7664c3eb81
@ -1447,14 +1447,6 @@ function reporting_event_report_module($report, $content,
|
||||
$content['name'] = __('Event Report Module');
|
||||
}
|
||||
|
||||
if ($config['metaconsole']) {
|
||||
$id_meta = metaconsole_get_id_server($content["server_name"]);
|
||||
|
||||
|
||||
$server = metaconsole_get_connection_by_id ($id_meta);
|
||||
metaconsole_connect($server);
|
||||
}
|
||||
|
||||
$return['title'] = $content['name'];
|
||||
$return['subtitle'] = agents_get_name($content['id_agent']) .
|
||||
" - " .
|
||||
|
Loading…
x
Reference in New Issue
Block a user