From: Arne Fitzennreiter Date: Tue, 21 Oct 2008 16:43:43 +0000 (+0200) Subject: Fix hardwaregraphs.cgi X-Git-Tag: v2.3-rc1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19342e56a9d930554cd8832941eae97eeeff84ad;p=people%2Fms%2Fipfire-2.x.git Fix hardwaregraphs.cgi --- 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();