mirror of
https://github.com/pi-hole/web.git
synced 2026-04-26 19:55:15 +01:00
Remove obsolete comment
This commit is contained in:
@@ -310,7 +310,6 @@ if (isset($_GET['getAllQueries']) && $auth) {
|
||||
echo '{"data":[';
|
||||
$first = true;
|
||||
|
||||
#foreach ($return as $line)
|
||||
foreach($return as $line) {
|
||||
|
||||
// Insert a comma before the next record (except on the first one)
|
||||
|
||||
Reference in New Issue
Block a user