diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a1e3a81e8d..e238441cb2 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-06-14 Segio Martin + + * include/functions_graph.php: Fixed manual definition of + homedir + 2011-06-14 Sergio Martin * include/functions_events.php diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 9ae151a1d8..e032b2867c 100755 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -798,7 +798,7 @@ function progress_bar2($progress, $width, $height, $title = '', $mode = 1) { $title = ""; require_once("include_graph_dependencies.php"); - include_graphs_dependencies("/var/www/pandora/"); + include_graphs_dependencies($config['homedir'].'/'); return "" . $title . "";