Remove counter

master
Heuzef 5 years ago
parent 56edbe1031
commit b5e07ec127
  1. 9
      Check.pm

@ -26,7 +26,7 @@ use Statistics::Descriptive;
sub action
{
# Init
my($str, $strNone, $strGood, $header);
my($str, $strGood, $header);
GetStatusInfo("hosts info");
my $Privileged = CheckPermission();
@ -199,12 +199,7 @@ sub action
<td align="center" class="border"><a href="$browseFile" target="_blank">Explore files ...</a></td>
EOF
# Increment counter
if ( @Backups == 0 ) {
$strNone .= $str;
} else {
$strGood .= $str;
}
$strGood .= $str;
}
# End loop

Loading…
Cancel
Save