root/components/_start.php
| 142 | 166 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | define( "COMPONENTS_PATH" , str_replace( "\\" , "/" , str_replace( basename( __FILE__ ) , "" , __FILE__ ) ) ); | 2 | define( "COMPONENTS_PATH" , str_replace( "\\" , "/" , str_replace( basename( __FILE__ ) , "" , __FILE__ ) ) ); |
3 | 3 | ||
4 | require_once( COMPONENTS_PATH . "library/_start.php" ); | ||
5 | require_once( COMPONENTS_PATH . "loader/_start.php" ); | ||
4 | Loader::requireOnce( COMPONENTS_PATH . "_start.php" ); | 6 | Loader::requireOnce( COMPONENTS_PATH . "_start.php" ); |
5 | Loader::requireOnce( COMPONENTS_PATH . "library/_start.php" ); | ||
6 | Loader::requireOnce( COMPONENTS_PATH . "match/_start.php" ); | 7 | Loader::requireOnce( COMPONENTS_PATH . "match/_start.php" ); |
7 | Loader::requireOnce( COMPONENTS_PATH . "umlSequenceDiagram/_start.php" ); | 8 | Loader::requireOnce( COMPONENTS_PATH . "umlSequenceDiagram/_start.php" ); |
8 | //Loader::requireOnce( COMPONENTS_PATH . "backtrace/_start.php" ); | 9 | //Loader::requireOnce( COMPONENTS_PATH . "backtrace/_start.php" ); |
... | ... | ||
11 | Loader::requireOnce( COMPONENTS_PATH . "codeInstrumentation/_start.php" ); | 12 | Loader::requireOnce( COMPONENTS_PATH . "codeInstrumentation/_start.php" ); |
12 | Loader::requireOnce( COMPONENTS_PATH . "codeToDiagram/_start.php" ); | 13 | Loader::requireOnce( COMPONENTS_PATH . "codeToDiagram/_start.php" ); |
13 | Loader::requireOnce( COMPONENTS_PATH . "debug/_start.php" ); | 14 | Loader::requireOnce( COMPONENTS_PATH . "debug/_start.php" ); |
14 | ?> | 15 | ?> |
Download diff