X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=index.php;h=51eb50ef9341ef86cdff5c5f4a9b4023502e5024;hp=ca598d09a38e399e38c126ba94ec54dc72459815;hb=ce7d4f1ec37db463e6008655bbc56b811c5a5d86;hpb=988eb66eed127319c18b287cbc5aad7328c82001 diff --git a/index.php b/index.php index ca598d09..51eb50ef 100644 --- a/index.php +++ b/index.php @@ -197,9 +197,6 @@ final class ApplicationEntryPoint { // Load all include files require($cfg->getConfigEntry('base_path') . 'inc/includes.php'); - // Load all framework classes - require($cfg->getConfigEntry('base_path') . 'inc/classes.php'); - // Include the application selector require($cfg->getConfigEntry('base_path') . 'inc/selector.php'); } // END - main()