mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Add codes 15 and 16 to the blocked count
- 15: Blocked (database is busy) - 16: Blocked (special domain) Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user