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';

View File

@@ -1,6 +1,6 @@
<?php
$pageKey = 'fakecheck';
require __DIR__ . "/../../../config/fileload.php";
require __DIR__ . "/../../../structure/fileload.php";
// public/fakecheck/index.php

View File

@@ -1,6 +1,6 @@
<?php
$pageKey = 'login';
require __DIR__ . "/../../../config/fileload.php";
require __DIR__ . "/../../../structure/fileload.php";
tpl_add_script('/assets/js/auth.js', 'footer', true, false, '', 'auth-1');
// Sprachlogik: