]> git.mxchange.org Git - hub.git/blobdiff - application/hub/init.php
A lot new methods/class added and many cleanups:
[hub.git] / application / hub / init.php
index b3cd98935ad3634403edd2742dea7312424aa8d5..b6e43954592d7dbf03b80f7ca7836b985f828e54 100644 (file)
@@ -38,12 +38,6 @@ $cfg = FrameworkConfiguration::getInstance();
 // Initialize output system
 require($cfg->getConfigEntry('base_path') . 'inc/output.php');
 
-// Initialize file i/o system
-require($cfg->getConfigEntry('base_path') . 'inc/file_io.php');
-
-// Include the language sub-system
-require($cfg->getConfigEntry('base_path') . 'inc/language.php');
-
 // This application needs a database connection then we have to simply include
 // the inc/database.php script
 require($cfg->getConfigEntry('base_path') . 'inc/database.php');