mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 02:09:58 +01:00
Unused variable $tmp
This variable is in its current form never used
This commit is contained in:
@@ -380,7 +380,6 @@
|
||||
|
||||
$exploded = explode(" ", trim($query));
|
||||
$domain = $exploded[count($exploded)-3];
|
||||
$tmp = $exploded[count($exploded)-4];
|
||||
|
||||
$status = isset($gravity_domains[$domain]) ? "Pi-holed" : "OK";
|
||||
if(($status === "Pi-holed" && $showBlocked) || ($status === "OK" && $showPermitted))
|
||||
|
||||
Reference in New Issue
Block a user