Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/parse_logs/count_downloads.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'bin/parse_logs/count_downloads.class.php')
-rw-r--r--bin/parse_logs/count_downloads.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/parse_logs/count_downloads.class.php b/bin/parse_logs/count_downloads.class.php
index 9db7d61..f1e43f1 100644
--- a/bin/parse_logs/count_downloads.class.php
+++ b/bin/parse_logs/count_downloads.class.php
@@ -73,6 +73,7 @@ class Count_Downloads {
if (isset($this->countedIPs[$details['ip']])) {
$this->totalSkipped['blacklist']++;
outputIfVerbose("[DownloadCounter] IP ({$details['ip']}) in blacklist; skipped");
+ return;
}
$_addon_ids = array();