X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=4545f461191be6b112d7febef2b7a696308c34c5;hp=f42bd1a3a0727f379b3c159a5572e9a483d72c81;hb=751f9e6c51f00dba27757b72fc85490e51fd3797;hpb=5203f9bd014ad46fbc7ee54e7223dcd46e14e3b4 diff --git a/inc/config.php b/inc/config.php index f42bd1a3..4545f461 100644 --- a/inc/config.php +++ b/inc/config.php @@ -25,8 +25,8 @@ */ // Load very basic classes, required to bootstrap -require(ApplicationEntryPoint::detectCorePath() . '/inc/classes/interfaces/class_FrameworkInterface.php'); -require(ApplicationEntryPoint::detectCorePath() . '/inc/classes/interfaces/registry/class_Registerable.php'); +require(ApplicationEntryPoint::detectCorePath() . '/inc/main/interfaces/class_FrameworkInterface.php'); +require(ApplicationEntryPoint::detectCorePath() . '/inc/main/interfaces/registry/class_Registerable.php'); require(ApplicationEntryPoint::detectCorePath() . '/inc/config/class_FrameworkConfiguration.php'); // Get a new configuration instance @@ -78,7 +78,7 @@ $cfg->setConfigEntry('tpl_base_path', 'templates/'); $cfg->setConfigEntry('lang_base_path', 'inc/language/'); // CFG: COMPRESSOR-BASE-PATH -$cfg->setConfigEntry('compressor_base_path', 'inc/classes/main/compressor/'); +$cfg->setConfigEntry('compressor_base_path', 'inc/main/classes/compressor/'); // CFG: APPLICATION-BASE-PATH $cfg->setConfigEntry('application_base_path', 'application/');