directory
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
$pageKey = 'login';
|
$pageKey = 'login';
|
||||||
require_once __DIR__ . '/../../../config/fileload.php';
|
require_once dirname(__DIR__) . '/config/fileload.php';
|
||||||
|
|
||||||
tpl_add_script('/assets/js/auth.js', 'footer', true, false, '', 'auth-1');
|
tpl_add_script('/assets/js/auth.js', 'footer', true, false, '', 'auth-1');
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
// public/landingpages/tools/i18n_collect.php
|
// public/landingpages/tools/i18n_collect.php
|
||||||
|
|
||||||
// Projektbasis ermitteln: /public/landingpages/tools -> / (Projektroot)
|
// Projektbasis ermitteln: /public/landingpages/tools -> / (Projektroot)
|
||||||
echo $baseDir = dirname(__DIR__, 2);
|
echo $baseDir = dirname(__DIR__);;
|
||||||
|
|
||||||
// Tool-Script einbinden und ausführen
|
// Tool-Script einbinden und ausführen
|
||||||
//require_once $baseDir . '/tools/i18n_collect_keys.php';
|
//require_once $baseDir . '/tools/i18n_collect_keys.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user