Move exit to the right place

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-04-11 21:16:47 +02:00
parent 434dd025f1
commit 4642569cae
+2 -2
View File
@@ -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) {