Another minor change for backup start confirm header
authorcbarratt <cbarratt>
Wed, 18 Sep 2002 07:04:47 +0000 (07:04 +0000)
committercbarratt <cbarratt>
Wed, 18 Sep 2002 07:04:47 +0000 (07:04 +0000)
cgi-bin/BackupPC_Admin

index cd40c3e..cb3d26e 100755 (executable)
@@ -261,8 +261,8 @@ sub Action_StartStopBackup
         if ( $start ) {
            my $ipAddr = ConfirmIPAddress($host);
 
         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)");
         } else {
             my $backoff = "";
             GetStatusInfo("host($host)");