From af05eb4b898fc3ca1771cc2b0a8943fc69c5b335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 16 Jul 2022 14:43:41 +0200 Subject: [PATCH] Remove unused client_id MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- api_db.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api_db.php b/api_db.php index 15f58047..4430a324 100644 --- a/api_db.php +++ b/api_db.php @@ -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]);