mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
autoload rework
- bootstrap.inc.php is now included by approot.inc.php - remove all unescessaries includes of bootstrap.inc.php - in bootstrap.inc.php autoload can be bypassed using a feature flag because "why not"
This commit is contained in:
@@ -29,7 +29,6 @@ function StatusGetAppRoot($sAppRootFilename = 'approot.inc.php')
|
||||
throw new Exception($sAppRootFilename . ' is not readable');
|
||||
}
|
||||
@require_once($sAppRootFile);
|
||||
@require_once(APPROOT.'bootstrap.inc.php');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user