oh gott was mach ich nur

This commit is contained in:
2025-11-25 03:21:52 +01:00
parent b8471bff3e
commit 888ab3dfa7
21 changed files with 2664 additions and 794 deletions

View File

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

View File

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

View File

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