From 0072aec22194fe22b2a258e96d0919501e026245 Mon Sep 17 00:00:00 2001
From: Heuzef
Date: Fri, 4 Oct 2019 11:34:15 +0200
Subject: [PATCH] Revert
---
Check.pm | 26 +-------------------------
1 file changed, 1 insertion(+), 25 deletions(-)
diff --git a/Check.pm b/Check.pm
index c33b30b..0e21267 100644
--- a/Check.pm
+++ b/Check.pm
@@ -250,31 +250,7 @@ EOF
my $DUmaxTime = timeStamp2($Info{DUDailyMaxTime});
my $DUInodemaxTime = timeStamp2($Info{DUInodeDailyMaxTime});
-# Show Header
- my $content = <This check was generated at \$now.
-
- File system pool size usage (\$DUmaxTime) :
-
-
- File system inode size usage (\$DUInodemaxTime) :
-
-
\$Info{DUInodeDailyMax}%
-
-
-\${h2("Backups summary")}
-
-EOF
+ my $content = eval ("qq{$Lang->{BackupPC_Check}}");
Header("BackupPC: Check", $content);
Trailer();
}