From 743f47e5eb2fecb4ae0913564600ef37420fe1c6 Mon Sep 17 00:00:00 2001 From: cbarratt Date: Wed, 18 Sep 2002 07:04:47 +0000 Subject: [PATCH] Another minor change for backup start confirm header --- cgi-bin/BackupPC_Admin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi-bin/BackupPC_Admin b/cgi-bin/BackupPC_Admin index cd40c3e..cb3d26e 100755 --- a/cgi-bin/BackupPC_Admin +++ b/cgi-bin/BackupPC_Admin @@ -261,8 +261,8 @@ sub Action_StartStopBackup if ( $start ) { my $ipAddr = ConfirmIPAddress($host); - Header($Lang->{BackupPC__Start_Backup_Confirm_on__host}); - print (eval ("qq{$Lang->{Are_you_sure_start}}")); + Header(eval("qq{$Lang->{BackupPC__Start_Backup_Confirm_on__host}}")); + print (eval("qq{$Lang->{Are_you_sure_start}}")); } else { my $backoff = ""; GetStatusInfo("host($host)"); -- 2.20.1