From ce00208ff8bfa90584c1e0a193e5fe6f3951e071 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 11 May 2015 14:08:41 +0200 Subject: [PATCH] Updated 'core' + inc/classes.php is 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 7260d8e..fd0314e 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 7260d8e4851a8c34a98a72e77e2ec2d8d136cf7a +Subproject commit fd0314ec6209175eff537c5358fc67484618f672 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.2