diff --git a/bin/cron.php b/bin/cron.php
index a9fc947f2f6d5b533a283757810e1ea04452cc19..226b53b80e6d2f0be9d232ca3d97792710767812 100644
--- a/bin/cron.php
+++ b/bin/cron.php
@@ -33,6 +33,7 @@ try {
 } catch (QUI\Exception $Exception) {
     $Response->setStatusCode(Response::HTTP_FORBIDDEN);
     $Response->send();
+    exit;
 }
 
 try {