mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Fix hardwaregraphs.cgi
This commit is contained in:
@@ -117,7 +117,7 @@ if ( $querry[0] =~ "hwtemp"){
|
|||||||
&Header::closebox();
|
&Header::closebox();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( `ls $mainsettings{'RRDLOG'}/collectd/localhost/sonsors-*` ) {
|
if ( `ls $mainsettings{'RRDLOG'}/collectd/localhost/sensors-*` ) {
|
||||||
&Header::openbox('100%', 'center', "hwtemp $Lang::tr{'graph'}");
|
&Header::openbox('100%', 'center', "hwtemp $Lang::tr{'graph'}");
|
||||||
&Graphs::makegraphbox("hardwaregraphs.cgi","hwtemp","day");
|
&Graphs::makegraphbox("hardwaregraphs.cgi","hwtemp","day");
|
||||||
&Header::closebox();
|
&Header::closebox();
|
||||||
|
|||||||
Reference in New Issue
Block a user