asdsad
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$pageKey = 'landing';
|
||||
require __DIR__ . "/../config/fileload.php";
|
||||
require __DIR__ . "/../structure/fileload.php";
|
||||
|
||||
|
||||
// Sprachlogik:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
// public/dashboard/index.php
|
||||
$pageKey = 'dashboard';
|
||||
require __DIR__ . '/../../../config/fileload.php';
|
||||
require __DIR__ . '/../../../structure/fileload.php';
|
||||
|
||||
// Sprachlogik
|
||||
$lang = $_GET['lang'] ?? 'de';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$pageKey = 'fakecheck';
|
||||
require __DIR__ . "/../../../config/fileload.php";
|
||||
require __DIR__ . "/../../../structure/fileload.php";
|
||||
|
||||
// public/fakecheck/index.php
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$pageKey = 'login';
|
||||
require __DIR__ . "/../../../config/fileload.php";
|
||||
require __DIR__ . "/../../../structure/fileload.php";
|
||||
|
||||
tpl_add_script('/assets/js/auth.js', 'footer', true, false, '', 'auth-1');
|
||||
// Sprachlogik:
|
||||
|
||||
Reference in New Issue
Block a user