diff --git a/api_FTL.php b/api_FTL.php index a2196c32..664addaf 100644 --- a/api_FTL.php +++ b/api_FTL.php @@ -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) {