X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=72d5f9868c550393803fa138d6a6e67a371fd671;hp=d46207331f9b536d02bdaa54a389cb10994f1438;hb=e460e503df60eec92ab83b3167eed2e5399097f5;hpb=af9c1b531969b329657895e54d6bea9b89344b8c diff --git a/inc/config.php b/inc/config.php index d4620733..72d5f986 100644 --- a/inc/config.php +++ b/inc/config.php @@ -80,8 +80,11 @@ $cfg->setConfigEntry('lang_base_path', "inc/language/"); // CFG: COMPRESSOR-BASE-PATH $cfg->setConfigEntry('compressor_base_path', "inc/classes/main/compressor/"); +// CFG: APPLICATION-BASE-PATH +$cfg->setConfigEntry('application_base_path', "application/"); + // CFG: APPLICATION-PATH -$cfg->setConfigEntry('application_path', $cfg->readConfig('base_path') . "application/"); +$cfg->setConfigEntry('application_path', $cfg->readConfig('base_path') . $cfg->readConfig('application_base_path')); // CFG: COMPILE-OUTPUT-PATH $cfg->setConfigEntry('compile_output_path', "templates/_compiled/");