From 7a346f3b9fa7197ef403b662b3f5a0a0957d2d4a Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 31 Oct 2023 21:09:15 +0100 Subject: [PATCH] fix inclusion of files --- utils/importfs.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utils/importfs.php b/utils/importfs.php index eaa50f040..45e623927 100644 --- a/utils/importfs.php +++ b/utils/importfs.php @@ -119,13 +119,10 @@ if(isset($options['d'])) { include($myincpath."/inc/inc.Settings.php"); include($myincpath."/inc/inc.Utils.php"); -include($myincpath."/inc/inc.Init.php"); include($myincpath."/inc/inc.Language.php"); +include($myincpath."/inc/inc.Init.php"); include($myincpath."/inc/inc.Extension.php"); include($myincpath."/inc/inc.DBInit.php"); -include($myincpath."/inc/inc.ClassNotificationService.php"); -include($myincpath."/inc/inc.ClassEmailNotify.php"); -include($myincpath."/inc/inc.ClassController.php"); echo $settings->_contentDir.$settings->_contentOffsetDir.PHP_EOL;