This commit is contained in:
nonmakina 2021-02-21 16:24:16 -06:00
parent 29433c989f
commit 5083f3caeb

View file

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