Update profile-controller.php

This commit is contained in:
2026-06-01 23:30:37 +02:00
parent 0f7099be81
commit b70943dd35
+1
View File
@@ -20,6 +20,7 @@ try {
} }
} catch (Exception $e) { } catch (Exception $e) {
$_SESSION["message"] = "internal_error"; $_SESSION["message"] = "internal_error";
exit();
} }
if (!$user) { if (!$user) {