]> git.mxchange.org Git - install.git/commitdiff
Updated 'core', added missing 'inc' and inc/classes.php is no longer used.
authorRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 12:05:44 +0000 (14:05 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 12:05:44 +0000 (14:05 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
core
inc [new symlink]
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
diff --git a/inc b/inc
new file mode 120000 (symlink)
index 0000000..1f8dea2
--- /dev/null
+++ b/inc
@@ -0,0 +1 @@
+core/inc
\ No newline at end of file
index 14bb9504466ff9aa914294db40a3d8c68f96a7d4..0983aeab25f8da2fae9170bef76080f3be12e58f 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()