This commit is contained in:
2025-11-21 01:56:02 +01:00
parent 1f77464e1f
commit 732733b9da
11 changed files with 195 additions and 11 deletions

View File

@@ -1,8 +1,6 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
require __DIR__ . '/../src/functions.php';
require __DIR__ . "/../config/fileload.php";
// Sprachlogik:
$lang = $_GET['lang'] ?? 'en';