X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=51eb50ef9341ef86cdff5c5f4a9b4023502e5024;hb=4687ec897686978dd5d74255c5cbb6038ccb13d2;hp=ca598d09a38e399e38c126ba94ec54dc72459815;hpb=c7f989a8665e40b3418dc735ad933e9190f110e8;p=hub.git diff --git a/index.php b/index.php index ca598d09a..51eb50ef9 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()