From 53450dbb41a777dada832daee3d612b563aeaf95 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 11 May 2015 14:05:44 +0200 Subject: [PATCH] Updated 'core', added missing 'inc' and inc/classes.php is no longer used. Signed-off-by: Roland Haeder --- core | 2 +- inc | 1 + index.php | 3 --- 3 files changed, 2 insertions(+), 4 deletions(-) create mode 120000 inc diff --git a/core b/core index 57d9c52..fd0314e 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 57d9c524afef252f209990a35283970907890c03 +Subproject commit fd0314ec6209175eff537c5358fc67484618f672 diff --git a/inc b/inc new file mode 120000 index 0000000..1f8dea2 --- /dev/null +++ b/inc @@ -0,0 +1 @@ +core/inc \ No newline at end of file diff --git a/index.php b/index.php index 14bb950..0983aea 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