diff --git a/mince.php b/mince.php index 1e530f0..57bd36c 100644 --- a/mince.php +++ b/mince.php @@ -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');