From 4722bc7e6c38d9382468320640b8ceb21e1b4280 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 13 Sep 2019 16:52:23 +0200 Subject: [PATCH] Test --- Check.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Check.pm b/Check.pm index d8cb5f3..59a075a 100644 --- a/Check.pm +++ b/Check.pm @@ -141,11 +141,12 @@ EOF my $content = eval ("qq{$Lang->{BackupPC_Check}}"); Header($Lang->{BackupPC__Server_Check}, $content); - Trailer(); $str = <TEST -EOF +

TEST

+ EOF + + Trailer(); }