This commit is contained in:
2025-11-28 03:31:46 +01:00
parent 5de109b649
commit cf68494f55
7 changed files with 132 additions and 12 deletions

View File

@@ -1,6 +1,7 @@
<?php
// public/dashboard/index.php
$pageKey = 'dashboard';
$GLOBALS['pageKey'] = $pageKey;
require_once $_SERVER['DOCUMENT_ROOT']. '/../config/fileload.php';

View File

@@ -1,6 +1,6 @@
<?php
$pageKey = 'fakecheck';
$GLOBALS['pageKey'] = $pageKey;
/*
* USBCheck Fake USB Check - Landingpage
* --------------------------------------*/

View File

@@ -1,5 +1,6 @@
<?php
$pageKey = 'login';
$GLOBALS['pageKey'] = $pageKey;
require_once $_SERVER['DOCUMENT_ROOT']. '/../config/fileload.php';
tpl_add_script('/assets/js/auth.js', 'footer', true, false, '', 'auth-1');