This commit is contained in:
2025-11-25 20:59:54 +01:00
parent 9d1e44d952
commit 14357b2e06
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<?php
// public/dashboard/index.php
$pageKey = 'dashboard';
require __DIR__ . '/../../../config/fileload.php';
require __DIR__ . '/../../../structure/fileload.php';
// Sprachlogik
$lang = $_GET['lang'] ?? 'de';