This commit is contained in:
2025-11-27 23:30:44 +01:00
parent 3a9efd541a
commit ae51cec1b5
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ error_reporting(E_ALL);
// public/landingpages/tools/i18n_collect.php // public/landingpages/tools/i18n_collect.php
// Projektbasis ermitteln: /public/landingpages/tools -> / (Projektroot) // Projektbasis ermitteln: /public/landingpages/tools -> / (Projektroot)
echo $baseDir = $_SERVER['DOCUMENT_ROOT']; $baseDir = $_SERVER['DOCUMENT_ROOT'];

View File

@@ -18,7 +18,7 @@
declare(strict_types=1); declare(strict_types=1);
$baseDir = dirname(__DIR__); $baseDir = dirname(__DIR__);
echo $deJson = $baseDir . '/public/assets/i18n/de.json'; $deJson = $baseDir . '/public/assets/i18n/de.json';
// ------------------------------- // -------------------------------
// 1) Bestehende de.json laden // 1) Bestehende de.json laden