Skip to content

Commit

Permalink
Move exit to the right place
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <ckoenig@posteo.de>
  • Loading branch information
yubiuser committed Apr 11, 2022
1 parent 434dd02 commit 4642569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_FTL.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@
}
// Finish the JSON string
echo ']}';
// exit at the end
exit();
}
// exit at the end
exit();
}

if (isset($_GET["recentBlocked"]) && $auth) {
Expand Down

0 comments on commit 4642569

Please sign in to comment.