From 9e35d9b781b14a557fd52c118b28d8a79fb84d98 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 27 Nov 2025 01:24:52 +0100 Subject: [PATCH] sub --- public/landingpage/tools/i18n.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/public/landingpage/tools/i18n.php b/public/landingpage/tools/i18n.php index dd95a2a..289b71c 100644 --- a/public/landingpage/tools/i18n.php +++ b/public/landingpage/tools/i18n.php @@ -2,12 +2,8 @@ // public/landingpages/tools/i18n_collect.php // Projektbasis ermitteln: /public/landingpages/tools -> / (Projektroot) -echo $baseDir = dirname(__DIR__); -echo "
"; -echo $_SERVER['DOCUMENT_ROOT']; -echo "
"; -echo __DIR__; -echo "
"; +echo $baseDir = $_SERVER['DOCUMENT_ROOT']."/.."; + // Tool-Script einbinden und ausführen