master
Heuzef 5 years ago
parent 0e47289bb8
commit c7d42f7dbc
  1. 6
      Check.pm

@ -148,9 +148,9 @@ EOF
my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime}); my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime});
my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime}); my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime});
my $content = eval ("qq{ my $content = eval ("
\${h1(qq{"BackupPC: Check"})} \${h1("BackupPC: Check")}
<p> <p>
<ul> <ul>
<li>This status was generated at \$now. <li>This status was generated at \$now.
@ -211,7 +211,7 @@ EOF
</table> </table>
EOF EOF
}"); ");
Header("BackupPC: Check", $content); Header("BackupPC: Check", $content);
Trailer(); Trailer();
} }

Loading…
Cancel
Save