fix setup button in develop mode for page core-update

This commit is contained in:
Eric Espie
2026-04-30 11:01:26 +02:00
parent e605b147d3
commit c4eaeeeb5f

View File

@@ -46,10 +46,6 @@ class AjaxController extends Controller
define('MODULESROOT', APPROOT.'env-production/');
}
require_once(MODULESROOT.'itop-core-update/src/Service/RunTimeEnvironmentCoreUpdater.php');
require_once(MODULESROOT.'itop-core-update/src/Service/CoreUpdater.php');
require_once(MODULESROOT.'itop-core-update/src/Controller/AjaxController.php');
MetaModel::LoadConfig(utils::GetConfig());
$sViewPath = MODULESROOT.'itop-core-update/templates';