]> git.mxchange.org Git - lfdb2.git/commitdiff
Updated 'core' and inc/classes.php is no longer used.
authorRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 12:06:32 +0000 (14:06 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 12:06:32 +0000 (14:06 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
core
index.php

diff --git a/core b/core
index 57d9c524afef252f209990a35283970907890c03..fd0314ec6209175eff537c5358fc67484618f672 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 57d9c524afef252f209990a35283970907890c03
+Subproject commit fd0314ec6209175eff537c5358fc67484618f672
index ca598d09a38e399e38c126ba94ec54dc72459815..51eb50ef9341ef86cdff5c5f4a9b4023502e5024 100644 (file)
--- 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()