This commit is contained in:
2025-11-28 02:29:26 +01:00
parent 975c8085f8
commit c3e191ade2

View File

@@ -1,11 +1,10 @@
<?php
$pageKey = 'fakecheck';
echo dirname(__DIR__) . '/config/fileload.php';
echo $_SERVER['DOCUMENT_ROOT'];
/*
* USBCheck Fake USB Check - Landingpage
* --------------------------------------
require_once dirname(__DIR__) . '/config/fileload.php';
* --------------------------------------*/
require_once $_SERVER['DOCUMENT_ROOT']. '/../config/fileload.php';
// public/fakecheck/index.php
@@ -44,4 +43,3 @@ if (function_exists('tpl_add_style')) {
<?php tpl('layout_end', 'structure'); ?>
*/