From f8f60b206bcdf57764cf619b82aeebaa9bf2926c Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Mon, 2 Mar 2026 02:33:18 +0100 Subject: [PATCH] asd --- config/fileload.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/fileload.php b/config/fileload.php index c33f785..80ef2c9 100755 --- a/config/fileload.php +++ b/config/fileload.php @@ -50,3 +50,6 @@ if (file_exists($configFile)) { global $appConfig; $dbEnabled = defined('APP_DB_ENABLED') ? APP_DB_ENABLED : true; $appConfig = new \App\Config($dbConfig, $dbEnabled); + +// App initialisieren +\App\App::init($appConfig);