From 52a4077bd57a6bdcd5f0d95a2b1fa451a33dfd16 Mon Sep 17 00:00:00 2001 From: Heuzef Date: Fri, 27 Sep 2019 12:08:13 +0200 Subject: [PATCH] header --- ViewCheck.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ViewCheck.pm b/ViewCheck.pm index fe9e6f0..f3f7e67 100644 --- a/ViewCheck.pm +++ b/ViewCheck.pm @@ -133,7 +133,8 @@ sub action print("\n"); print("\n----------------\n"); - exit(0); - + my $content = eval ("qq{$Lang->{BackupPC_Check}}"); + Header($Lang->{BackupPC__Server_Check}, $content); + Trailer(); } 1;