mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Removed hash from Query log request
This commit is contained in:
@@ -12,7 +12,7 @@ $(document).ready(function() {
|
||||
}
|
||||
|
||||
},
|
||||
"ajax": "api.php?getAllQueries&"+hash,
|
||||
"ajax": "api.php?getAllQueries",
|
||||
"autoWidth" : false,
|
||||
"order" : [[0, "desc"]],
|
||||
"columns": [
|
||||
|
||||
Reference in New Issue
Block a user