# HG changeset patch # User Christopher Rogers # Date 1334697432 0 # Node ID 602839559efc8c3dfcc47e34dfb654faec671690 # Parent c235af107c55f60a02ce31e77b8dc603fa5d5574 tank: Changed path for graph images. diff -r c235af107c55 -r 602839559efc tank/web/graphs.php --- a/tank/web/graphs.php Tue Apr 17 18:29:02 2012 +0200 +++ b/tank/web/graphs.php Tue Apr 17 21:17:12 2012 +0000 @@ -56,7 +56,7 @@ function one_graphic($img,$name) { - echo ''.$name.''."\n"; } diff -r c235af107c55 -r 602839559efc tank/web/lib/makegraphs --- a/tank/web/lib/makegraphs Tue Apr 17 18:29:02 2012 +0200 +++ b/tank/web/lib/makegraphs Tue Apr 17 21:17:12 2012 +0000 @@ -5,7 +5,7 @@ rrdlog="/home/slitaz/www/tank/log/rrd" # Images directory -rrdgraph="/home/slitaz/www/tank/imgages/rrd" +rrdgraph="/home/slitaz/www/tank/images/rrd" # Colors rrdcolors="--color SHADEA#FFFFFF --color SHADEB#FFFFFF --color BACK#FFFFFF"