From d47efd10417383288145231e0c2578ba37da9fa6 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Fri, 30 Sep 2022 19:50:15 -0300 Subject: [PATCH] Add codes 15 and 16 to the blocked count - 15: Blocked (database is busy) - 16: Blocked (special domain) Signed-off-by: RD WebDesign --- api_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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