summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pool.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pool.php b/pool.php
index 05cece3..16da13a 100644
--- a/pool.php
+++ b/pool.php
@@ -18,6 +18,7 @@ $result = mysql_run_query(
' AND `mirror_statuses`.`last_sync` > UNIX_TIMESTAMP(NOW())-' . $cutoff .
' AND `mirror_statuses`.`start` > UNIX_TIMESTAMP(NOW())-' . $cutoff .
' AND `mirror_statuses`.`protocol` = "' . $protocol . '"' .
+ ' AND `mirror_statuses`.`url` NOT LIKE "%.oss/%"' .
' GROUP BY `mirror_statuses`.`url`' .
' ORDER BY SHA2(' .
'CONCAT(' .