master
Heuzef 5 years ago
parent 572928e85e
commit ba8fa88f53
  1. 6
      Check.pm

@ -239,9 +239,9 @@ EOF
my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime});
my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime});
# Show header
# Show header
$header = <<EOF;
\${h1(qq{BackupPC: Check})}
\${h1(qq{BackupPC: Check})}
<p>This check was generated at <strong>\$now</strong>.</p>
<p>File system pool size usage (\$DUmaxTime) :</p>
@ -266,7 +266,7 @@ EOF
</table>
EOF
# Show page
# Show page
my $content = eval ("qq{$header}");
Header("BackupPC: Check", $content);
Trailer();

Loading…
Cancel
Save