asdasd
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
$pageKey = 'fakecheck';
|
$pageKey = 'fakecheck';
|
||||||
echo dirname(__DIR__) . '/config/fileload.php';
|
|
||||||
echo $_SERVER['DOCUMENT_ROOT'];
|
|
||||||
/*
|
/*
|
||||||
* USBCheck Fake USB Check - Landingpage
|
* USBCheck Fake USB Check - Landingpage
|
||||||
* --------------------------------------
|
* --------------------------------------*/
|
||||||
require_once dirname(__DIR__) . '/config/fileload.php';
|
require_once $_SERVER['DOCUMENT_ROOT']. '/../config/fileload.php';
|
||||||
|
|
||||||
|
|
||||||
// public/fakecheck/index.php
|
// public/fakecheck/index.php
|
||||||
@@ -44,4 +43,3 @@ if (function_exists('tpl_add_style')) {
|
|||||||
|
|
||||||
|
|
||||||
<?php tpl('layout_end', 'structure'); ?>
|
<?php tpl('layout_end', 'structure'); ?>
|
||||||
*/
|
|
||||||
Reference in New Issue
Block a user