asdsd
This commit is contained in:
@@ -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'];
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user