mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01: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:
@@ -44,7 +44,6 @@ class ItopTestCase extends TestCase
|
||||
@include_once '../../../../../../approot.inc.php';
|
||||
@include_once '../../../../../../../approot.inc.php';
|
||||
@include_once '../../../../../../../../approot.inc.php';
|
||||
@require_once APPROOT.'/bootstrap.inc.php';
|
||||
|
||||
$this->debug("\n----------\n---------- ".$this->getName()."\n----------\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user