* On the phase 2 retry pass with rsync, verify the cached checksums
[BackupPC.git] / lib / BackupPC / CGI / Summary.pm
index 6c7459e..a485cd3 100644 (file)
@@ -58,9 +58,8 @@ sub action
         $bpc->ConfigRead($host);
         %Conf = $bpc->Conf();
 
-        if ( $Conf{XferMethod} eq "archive" ) {
-            next;
-        }
+        next if ( $Conf{XferMethod} eq "archive" );
+        next if ( !$Privileged && !CheckPermission($host) );
 
         for ( my $i = 0 ; $i < @Backups ; $i++ ) {
             if ( $Backups[$i]{type} eq "full" ) {