X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=index.php;h=51eb50ef9341ef86cdff5c5f4a9b4023502e5024;hp=ca598d09a38e399e38c126ba94ec54dc72459815;hb=ce00208ff8bfa90584c1e0a193e5fe6f3951e071;hpb=d616dde77b349e4584f19681a540f41ad2def8df diff --git a/index.php b/index.php index ca598d0..51eb50e 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()