From d21515540d74694cb09148e164e1bee1ecee6d55 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Fri, 14 Oct 2005 12:50:50 +0000 Subject: * (trunk,2.0)/ lib/Smokeping.pm: + cosmetic fix from "ChunjingHan" --- lib/Smokeping.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 738bc3c..e153d65 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -734,7 +734,7 @@ sub get_detail ($$$$){ unless -d $cfg->{General}{imgcache}.$dir; } - my $rrd = $cfg->{General}{datadir}."/".$dir."/${file}.rrd"; + my $rrd = $cfg->{General}{datadir}.$dir."/${file}.rrd"; my $imgbase; my $imghref; -- cgit v1.2.3-24-g4f1b