Removed config dir constant.

This commit is contained in:
flash 2023-12-15 02:18:01 +00:00
parent f8cdbe68f0
commit 757e581a42

View file

@ -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');