Initialized core (framework) and inc/classes.php is no longer used.
authorRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 12:03:46 +0000 (14:03 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 12:03:46 +0000 (14:03 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
.gitmodules [new file with mode: 0644]
core [new submodule]
inc [new symlink]
index.php

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..7b054c7
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "core"]
+       path = core
+       url = git://git.mxchange.org/core.git
diff --git a/core b/core
new file mode 160000 (submodule)
index 0000000..fd0314e
--- /dev/null
+++ b/core
@@ -0,0 +1 @@
+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()