sub
This commit is contained in:
@@ -2,12 +2,8 @@
|
|||||||
// 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 = dirname(__DIR__);
|
echo $baseDir = $_SERVER['DOCUMENT_ROOT']."/..";
|
||||||
echo "<br>";
|
|
||||||
echo $_SERVER['DOCUMENT_ROOT'];
|
|
||||||
echo "<br>";
|
|
||||||
echo __DIR__;
|
|
||||||
echo "<br>";
|
|
||||||
|
|
||||||
|
|
||||||
// Tool-Script einbinden und ausführen
|
// Tool-Script einbinden und ausführen
|
||||||
|
|||||||
Reference in New Issue
Block a user