mirror of https://github.com/mikaku/Monitorix.git
removed unnecessary lines from 'monitorix.cgi'
This commit is contained in:
parent
b6c93f4a31
commit
5b55dbf6a6
|
@ -181,9 +181,6 @@ sub graph_header {
|
|||
push(@output, " </font>\n");
|
||||
push(@output, " </td>\n");
|
||||
push(@output, " </tr>\n");
|
||||
if(lc($config{enable_parallelizing} || "") ne "y") {
|
||||
print @output;
|
||||
}
|
||||
return @output;
|
||||
}
|
||||
|
||||
|
@ -192,9 +189,6 @@ sub graph_footer {
|
|||
|
||||
push(@output, " </table>\n");
|
||||
push(@output, "<!-- graph table ends -->\n");
|
||||
if(lc($config{enable_parallelizing} || "") ne "y") {
|
||||
print @output;
|
||||
}
|
||||
return @output;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue