mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 10:50:23 +01:00
Do not return query string in get.php.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -32,7 +32,7 @@ function getTableContent($listname) {
|
||||
array_push($entries, $res);
|
||||
}
|
||||
|
||||
return array($listname => $entries, "querystring" => $querystr);
|
||||
return array($listname => $entries);
|
||||
}
|
||||
|
||||
function filterArray(&$inArray) {
|
||||
|
||||
Reference in New Issue
Block a user