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;