lniks
This commit is contained in:
@@ -9,9 +9,25 @@
|
||||
"landing": {
|
||||
"meta": {
|
||||
"title": "KEIN TITEL"
|
||||
}
|
||||
},
|
||||
,
|
||||
"anchors": {
|
||||
"how": "So funktioniert USBCheck",
|
||||
"problem": "Warum gefälschte USB-Sticks gefährlich sind",
|
||||
"features": "Funktionen",
|
||||
"security": "Sicherheit",
|
||||
"faq": "FAQ"
|
||||
}
|
||||
},
|
||||
"main": {
|
||||
,
|
||||
"anchors": {
|
||||
"how": "So funktioniert USBCheck",
|
||||
"problem": "Warum gefälschte USB-Sticks gefährlich sind",
|
||||
"features": "Funktionen",
|
||||
"security": "Sicherheit",
|
||||
"faq": "FAQ"
|
||||
},
|
||||
"sections": {
|
||||
"security": {
|
||||
"security_kicker": "Sicherheit & Datenschutz",
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
$pageKey = 'landing';
|
||||
$GLOBALS['pageKey'] = $pageKey;
|
||||
require_once dirname(__DIR__) . '/config/fileload.php';
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
// public/dashboard/index.php
|
||||
$pageKey = 'dashboard';
|
||||
$GLOBALS['pageKey'] = $pageKey;
|
||||
require_once $_SERVER['DOCUMENT_ROOT']. '/../config/fileload.php';
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$pageKey = 'fakecheck';
|
||||
|
||||
$GLOBALS['pageKey'] = $pageKey;
|
||||
/*
|
||||
* USBCheck Fake USB Check - Landingpage
|
||||
* --------------------------------------*/
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user