From b74ed0c0d951e70750122e8851984fba28fed18f Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Thu, 27 Nov 2025 01:27:11 +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 d0969f2..81c7dc8 100644 --- a/public/landingpage/tools/i18n.php +++ b/public/landingpage/tools/i18n.php @@ -7,5 +7,5 @@ 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