removed unnecessary lines from 'monitorix.cgi'

This commit is contained in:
Jordi Sanfeliu 2017-08-04 08:22:35 +02:00
parent b6c93f4a31
commit 5b55dbf6a6
1 changed files with 0 additions and 6 deletions

View File

@ -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;
}