From bc3899c7d48f3d4619981e83c37903773184309c Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 11 May 2015 13:59:28 +0200 Subject: [PATCH] inc/classes.php is now no longer used. Signed-off-by: Roland Haeder --- core | 2 +- index.php | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/core b/core index e20cc95..6ce3532 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit e20cc950eac0ee7e24ad3ac67f5479b7f482bd8e +Subproject commit 6ce35323d0e770dc35c47c12ab9d3a1f7879acf8 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() -- 2.39.5