From 19342e56a9d930554cd8832941eae97eeeff84ad Mon Sep 17 00:00:00 2001 From: Arne Fitzennreiter Date: Tue, 21 Oct 2008 18:43:43 +0200 Subject: [PATCH] Fix hardwaregraphs.cgi --- html/cgi-bin/hardwaregraphs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/hardwaregraphs.cgi b/html/cgi-bin/hardwaregraphs.cgi index d03f3f2b22..66510d0584 100644 --- a/html/cgi-bin/hardwaregraphs.cgi +++ b/html/cgi-bin/hardwaregraphs.cgi @@ -117,7 +117,7 @@ if ( $querry[0] =~ "hwtemp"){ &Header::closebox(); } - if ( `ls $mainsettings{'RRDLOG'}/collectd/localhost/sonsors-*` ) { + if ( `ls $mainsettings{'RRDLOG'}/collectd/localhost/sensors-*` ) { &Header::openbox('100%', 'center', "hwtemp $Lang::tr{'graph'}"); &Graphs::makegraphbox("hardwaregraphs.cgi","hwtemp","day"); &Header::closebox(); -- 2.39.5