From 391f0a98530407f9adf7ce8ceffde7f06ae696cf Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Mon, 30 Mar 2026 20:06:48 +0200 Subject: [PATCH] Fix formatting in bootstrap.php by removing unnecessary blank line --- lib/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bootstrap.php b/lib/bootstrap.php index ebb5bab..454b9e6 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -28,6 +28,7 @@ if (session_status() !== PHP_SESSION_ACTIVE) session_start(); } + // Rollen bei jedem Request aus der DB aktualisieren if (!empty($_SESSION['user_id'])) {