asdsa
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user