Signed-off-by: Roland Haeder <roland@mxchange.org>
--- /dev/null
+[submodule "core"]
+ path = core
+ url = git://git.mxchange.org/core.git
--- /dev/null
+Subproject commit fd0314ec6209175eff537c5358fc67484618f672
--- /dev/null
+core/inc
\ No newline at end of file
// 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()