This commit is contained in:
2025-12-08 22:43:41 +01:00
parent 82615c1213
commit 6b9587d299

View File

@@ -1,6 +1,8 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
require_once __DIR__ . '/../config/fileload.php';
// 1. Composer Autoload (Falls nicht schon im Webserver-Setup enthalten) // 1. Composer Autoload (Falls nicht schon im Webserver-Setup enthalten)
$composerAutoload = __DIR__ . '/../vendor/autoload.php'; $composerAutoload = __DIR__ . '/../vendor/autoload.php';
if (is_file($composerAutoload)) { if (is_file($composerAutoload)) {