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