This commit is contained in:
2025-11-21 02:03:25 +01:00
parent 7297c9ef07
commit a5ce6a079a
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
<?php <?php
require __DIR__ . "/../../config/fileload.php";
require __DIR__ . "/../config/fileload.php";
// public/fakecheck/index.php // public/fakecheck/index.php

View File

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