This commit is contained in:
2025-11-25 21:19:02 +01:00
parent 7bfac65f55
commit c6f995c2e7
4 changed files with 4 additions and 4 deletions

View File

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