From cbe4dc7504fb3cefdc749ba9d8b68c0e577ecc29 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 27 Nov 2025 01:28:15 +0100 Subject: [PATCH] sub --- public/landingpage/tools/i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/landingpage/tools/i18n.php b/public/landingpage/tools/i18n.php index 81c7dc8..ec69c02 100644 --- a/public/landingpage/tools/i18n.php +++ b/public/landingpage/tools/i18n.php @@ -2,7 +2,7 @@ // public/landingpages/tools/i18n_collect.php // Projektbasis ermitteln: /public/landingpages/tools -> / (Projektroot) -echo $baseDir = $_SERVER['DOCUMENT_ROOT']."../"; +$baseDir = $_SERVER['DOCUMENT_ROOT']."../";