fix autoload config

This commit is contained in:
Ulf Gebhardt 2024-03-16 16:17:16 +01:00
parent c047222dcf
commit 1a8fa74cf5
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -1,6 +1,6 @@
<?php <?php
require_once 'lib/autoload.inc'; //SYSTEM Classes require_once 'lib/autoload.inc'; //SYSTEM Classes
require_once 'neopolimatrix/autoload.inc'; //Project Classes require_once 'neopolimatrix/autoload.inc'; //Project Classes
require_once '../../config/get_config.php'; require_once 'config.php';
\SYSTEM\system::start(\WEBCRAFT\get_config(dirname(__FILE__))); \SYSTEM\system::start(\WEBCRAFT\config(dirname(__FILE__)));