From b70943dd35bf90bfbe003f38369092683ef8a8a8 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Mon, 1 Jun 2026 23:30:37 +0200 Subject: [PATCH] Update profile-controller.php --- php/controller/profile-controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/php/controller/profile-controller.php b/php/controller/profile-controller.php index 27832c4..5cf6126 100644 --- a/php/controller/profile-controller.php +++ b/php/controller/profile-controller.php @@ -20,6 +20,7 @@ try { } } catch (Exception $e) { $_SESSION["message"] = "internal_error"; + exit(); } if (!$user) {