Fix hardwaregraphs.cgi

This commit is contained in:
Arne Fitzennreiter
2008-10-21 18:43:43 +02:00
parent 30189c5045
commit 19342e56a9

View File

@@ -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();