mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Remove unused client_id
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -124,7 +124,6 @@ if (isset($_GET['getAllQueries']) && $auth)
|
||||
$reply_type = $row["reply_type"];
|
||||
$reply_time = $row["reply_time"];
|
||||
$dnssec = $row["dnssec"];
|
||||
$client_id = $row["client_id"];
|
||||
|
||||
// Insert into array and output it in JSON format
|
||||
echo json_encode([$time, $query_type, $domain, $client, $status, $destination, $reply_type, $reply_time, $dnssec]);
|
||||
|
||||
Reference in New Issue
Block a user