From: Roland Haeder Date: Mon, 11 May 2015 12:05:44 +0000 (+0200) Subject: Updated 'core', added missing 'inc' and inc/classes.php is no longer used. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=53450dbb41a777dada832daee3d612b563aeaf95;p=install.git Updated 'core', added missing 'inc' and inc/classes.php is no longer used. Signed-off-by: Roland Haeder --- 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()