next
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
$pageKey = 'landing';
|
||||
require_once __DIR__ . '/../config/fileload.php';
|
||||
require_once dirname(__DIR__) . '/config/fileload.php';
|
||||
|
||||
|
||||
// Sprachlogik:
|
||||
@@ -31,6 +31,3 @@ tpl('security', 'landing', 'main');
|
||||
tpl('faq', 'landing', 'main');
|
||||
|
||||
tpl('layout_end'); // structure/footer.php
|
||||
|
||||
echo __DIR__ ;
|
||||
echo dirname(__DIR__) ;
|
||||
Reference in New Issue
Block a user