This commit is contained in:
2025-11-25 22:43:43 +01:00
parent 61654fb966
commit f8230f5dde
4 changed files with 9 additions and 5 deletions

View File

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