From cdbf51de42174087a4308964396c14ce1fb75595 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 27 Nov 2025 01:33:49 +0100 Subject: [PATCH] sub --- public/landingpage/tools/i18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/landingpage/tools/i18n.php b/public/landingpage/tools/i18n.php index c7630f4..dc001be 100644 --- a/public/landingpage/tools/i18n.php +++ b/public/landingpage/tools/i18n.php @@ -2,10 +2,10 @@ // public/landingpages/tools/i18n_collect.php // Projektbasis ermitteln: /public/landingpages/tools -> / (Projektroot) -$baseDir = $_SERVER['DOCUMENT_ROOT'].".."; +echo $baseDir = $_SERVER['DOCUMENT_ROOT']; // Tool-Script einbinden und ausführen -require_once $baseDir . '/tools/i18n_collect_keys.php'; +//require_once $baseDir . '../tools/i18n_collect_keys.php'; // eof \ No newline at end of file