Removed config dir constant.
This commit is contained in:
parent
f8cdbe68f0
commit
757e581a42
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ define('MCR_DEBUG', is_file(MCR_ROOT . '/.debug'));
|
|||
define('MCR_DIR_SRC', MCR_ROOT . '/src');
|
||||
define('MCR_DIR_PUB', MCR_ROOT . '/public');
|
||||
define('MCR_DIR_PRV', MCR_ROOT . '/private');
|
||||
define('MCR_DIR_CFG', MCR_ROOT . '/config');
|
||||
define('MCR_DIR_MIG', MCR_ROOT . '/database');
|
||||
define('MCR_DIR_TPL', MCR_ROOT . '/templates');
|
||||
|
||||
|
|
Loading…
Reference in a new issue