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
// Projektbasis ermitteln: /public/landingpages/tools -> / (Projektroot)
echo $baseDir = $_SERVER['DOCUMENT_ROOT'];
$baseDir = $_SERVER['DOCUMENT_ROOT'];