mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Move exit to the right place
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
+2
-2
@@ -332,9 +332,9 @@ if (isset($_GET['getAllQueries']) && $auth) {
|
||||
}
|
||||
// Finish the JSON string
|
||||
echo ']}';
|
||||
// exit at the end
|
||||
exit();
|
||||
}
|
||||
// exit at the end
|
||||
exit();
|
||||
}
|
||||
|
||||
if (isset($_GET["recentBlocked"]) && $auth) {
|
||||
|
||||
Reference in New Issue
Block a user