This commit is contained in:
2025-11-26 21:59:49 +01:00
parent 1cf4553163
commit a6bd3361fb
6 changed files with 15 additions and 19 deletions

View File

@@ -4,9 +4,6 @@ $pageKey = 'dashboard';
require_once dirname(__DIR__) . '/config/fileload.php';
// Sprachlogik
$lang = $_GET['lang'] ?? 'de';
$lang = in_array($lang, ['de','en','it','fr'], true) ? $lang : 'de';
// User aus Session holen
$currentUser = $_SESSION['user'] ?? null;