diff options
author | Niko Tyni <ntyni@iki.fi> | 2005-10-14 14:50:50 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2005-10-14 14:50:50 +0200 |
commit | d21515540d74694cb09148e164e1bee1ecee6d55 (patch) | |
tree | 606dfd391dfb832ad2b976c65cdd8cf552a8860b /lib | |
parent | 7f89ec986512196ded2ce2aaa35227a556a31fc5 (diff) | |
download | smokeping-d21515540d74694cb09148e164e1bee1ecee6d55.tar.gz smokeping-d21515540d74694cb09148e164e1bee1ecee6d55.tar.xz |
* (trunk,2.0)/
lib/Smokeping.pm:
+ cosmetic fix from "ChunjingHan" <chjhan *cstnet.cn>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |