diff --git a/api_db.php b/api_db.php index 0be22b68..fca897a2 100644 --- a/api_db.php +++ b/api_db.php @@ -324,7 +324,7 @@ if (isset($_GET['getGraphData']) && $auth) { ELSE 0 END) AS domains, SUM(CASE - WHEN status IN (1,4,5,6,7,8,9,10,11) THEN 1 + WHEN status IN (1,4,5,6,7,8,9,10,11,15,16) THEN 1 ELSE 0 END) AS blocked FROM queries