This commit is contained in:
nonmakina 2021-02-21 16:24:16 -06:00
parent 607c4c60c0
commit 2576fc4ff1
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@
$markAsCounted[$row['ip']] = true; $markAsCounted[$row['ip']] = true;
} }
return count($unique_ips); return count($uniqueIps);
} }