asdasd
This commit is contained in:
@@ -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'); ?>
|
||||
*/
|
||||
Reference in New Issue
Block a user