From: Roland Haeder Date: Mon, 11 May 2015 12:02:02 +0000 (+0200) Subject: inc/classes.php is no longer used. X-Git-Url: https://git.mxchange.org/?p=hub.git;a=commitdiff_plain;h=a5a70bfcb9abc6629218f1fa9ccea4fb6278668c inc/classes.php is no longer used. Signed-off-by: Roland Haeder --- diff --git a/core b/core index e20cc950e..fd0314ec6 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit e20cc950eac0ee7e24ad3ac67f5479b7f482bd8e +Subproject commit fd0314ec6209175eff537c5358fc67484618f672 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()