fix inclusion of php files

This commit is contained in:
Uwe Steinmann 2022-12-11 16:56:05 +01:00
parent 082a6a8af0
commit c786635f9c

View File

@ -59,8 +59,8 @@ if(isset($options['mode'])) {
}
include($myincpath."/inc/inc.Settings.php");
include($myincpath."/inc/inc.LogInit.php");
include($myincpath."/inc/inc.Utils.php");
include($myincpath."/inc/inc.LogInit.php");
include($myincpath."/inc/inc.Init.php");
include($myincpath."/inc/inc.Language.php");
include($myincpath."/inc/inc.Extension.php");