X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=index.php;h=ecf66b48876f5635b4848a966b756595673f1fec;hp=b54c766135e0d55fd599451842699bb3280acb6a;hb=4e95c4e90f08f67f43591eaaa0c006f923d8bacf;hpb=9d1de68caa0fb93f1862f1f8d3939aa15405cee7 diff --git a/index.php b/index.php index b54c7661..ecf66b48 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,18 @@ 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'); } } @@ -220,6 +264,3 @@ define('DEVELOPER', TRUE); // Call above main() method ApplicationEntryPoint::main(); - -// [EOF] -?>