mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
2012-10-29 Ramon Novoa <rnovoa@artica.es>
* include/functions_graph.php: Fixed a path. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7105 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
198d3c8b38
commit
11ef33fe73
@ -1,3 +1,7 @@
|
|||||||
|
2012-10-29 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* include/functions_graph.php: Fixed a path.
|
||||||
|
|
||||||
2012-10-29 Sergio Martin <sergio.martin@artica.es>
|
2012-10-29 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/help/en/help_alert_fields_description.php
|
* include/help/en/help_alert_fields_description.php
|
||||||
|
@ -2817,7 +2817,7 @@ function graph_netflow_aggregate_pie ($data, $aggregate, $ttl = 1, $only_image =
|
|||||||
}
|
}
|
||||||
|
|
||||||
return pie3d_graph($flash_chart, $values, 320, 200,
|
return pie3d_graph($flash_chart, $values, 320, 200,
|
||||||
__('Other'), '', $config['homedir'] . "/images/logo_vertical_water.png",
|
__('Other'), $config['homeurl'], $config['homedir'] . "/images/logo_vertical_water.png",
|
||||||
$config['fontpath'], $config['font_size'], $ttl);
|
$config['fontpath'], $config['font_size'], $ttl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user