From db370619b4235b078cf7b498859f93d57a127c84 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Mon, 6 Mar 2017 13:52:28 +0100 Subject: [PATCH] Change url and params on hbar_graph, now show grpah in html and pdf - #87 --- pandora_console/include/functions_reporting.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 541dc05252..e61fb03a93 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -1221,14 +1221,14 @@ function reporting_event_top_n($report, $content, $type = 'dinamic', array(), "", "", - true, - ui_get_full_url(false, true, false, false) . '/', + false, + false, $config['homedir'] . "/images/logo_vertical_water.png", $config['fontpath'], $config['font_size'], true, $ttl, - true); + $config['homeurl']); } $return['resume'] = null;