X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=index.php;h=0a3ef741158afd0be661a3d36b0c1b63d8e4c89b;hp=ca598d09a38e399e38c126ba94ec54dc72459815;hb=ffea4d98e23cf4c02502f4c1ec4165d7968fdad9;hpb=c3021952494266e05bfa9046baf9bcd11bfe7d13 diff --git a/index.php b/index.php index ca598d09..0a3ef741 100644 --- a/index.php +++ b/index.php @@ -150,7 +150,7 @@ final class ApplicationEntryPoint { // Flush the response $responseInstance->flushBuffer(); - } catch (FileIoException $e) { + } catch (FileNotFoundException $e) { // Even the template 'emergency_exit' wasn't found so output both message exit($message . ', exception: ' . $e->getMessage()); } @@ -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()