X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=ef108ab6608e922bb9a2d9a6f921a6f0dc0632ec;hb=b78486390f6eda9a19815dfa96c0e759f40dde53;hp=0a3ef741158afd0be661a3d36b0c1b63d8e4c89b;hpb=b1683de32141e80fb17d5ff1a6f460186e22d961;p=core.git diff --git a/index.php b/index.php index 0a3ef741..ef108ab6 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,13 @@ getConfigEntry('base_path') . 'inc/bootstrap/class_BootstrapFramework.php'); + + // ----- Below is deprecated ----- + // Load all include files require($cfg->getConfigEntry('base_path') . 'inc/includes.php'); // Include the application selector require($cfg->getConfigEntry('base_path') . 'inc/selector.php'); - } // END - main() -} // END - class + } +} // Developer mode active? Comment out if no dev! define('DEVELOPER', TRUE); @@ -210,8 +227,5 @@ define('DEVELOPER', TRUE); //xdebug_start_trace(); -// Do not remove the following line: +// Call above main() method ApplicationEntryPoint::main(); - -// [EOF] -?>