Remove unused client_id

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-07-16 14:43:41 +02:00
parent 6d7a1b6418
commit af05eb4b89

View File

@@ -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]);