This commit is contained in:
2025-11-25 21:03:08 +01:00
parent 14357b2e06
commit 3f22f2197b
4 changed files with 4 additions and 4 deletions

View File

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