From 4645c875fe28bd99dc4f74811c9f15f035dec600 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 14 Jun 2011 14:08:14 +0000 Subject: [PATCH] 2011-06-14 Segio Martin * include/functions_graph.php: Fixed manual definition of homedir git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4445 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_graph.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 . "";