Signed-off-by: Roland Haeder <roland@mxchange.org>
-Subproject commit 57d9c524afef252f209990a35283970907890c03
+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()