This commit is contained in:
2025-11-27 00:42:54 +01:00
parent e5d638bbba
commit 6e09eed474
2 changed files with 1 additions and 3 deletions

View File

@@ -24,6 +24,3 @@ tpl('login', 'landing', 'login');
tpl('layout_end', 'structure');
echo __DIR__;
echo "<br>";
echo dirname(__DIR__);

View File

@@ -6,3 +6,4 @@ $baseDir = dirname(__DIR__, 2);
// Tool-Script einbinden und ausführen
require_once $baseDir . '/tools/i18n_collect_keys.php';
// eof