changed path to scripts in api folder

This commit is contained in:
2026-04-19 13:51:37 +02:00
parent 15705dac97
commit a0cbe29f97
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
// Reads Environment Configfile
$envFile = __DIR__ . '/../.env';
$envFile = __DIR__ . '/../../.env';
if (file_exists($envFile)) {
$lines = file($envFile, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
foreach ($lines as $line) {