This commit is contained in:
2025-11-28 02:23:15 +01:00
parent 3c2beaa3eb
commit 2f0fd6f812

View File

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