mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Deprecate SYSTEM_DIR constant
This commit is contained in:
parent
7158dd9beb
commit
2c9c712bec
|
|
@ -13,7 +13,6 @@ if (!defined('GRAV_ROOT')) {
|
|||
define('ROOT_DIR', GRAV_ROOT . '/');
|
||||
define('USER_PATH', 'user/');
|
||||
define('USER_DIR', ROOT_DIR . USER_PATH);
|
||||
define('SYSTEM_DIR', ROOT_DIR .'system/');
|
||||
define('CACHE_DIR', ROOT_DIR . 'cache/');
|
||||
define('LOG_DIR', ROOT_DIR .'logs/');
|
||||
|
||||
|
|
@ -23,6 +22,7 @@ define('IMAGES_DIR', ROOT_DIR . 'images/');
|
|||
define('ACCOUNTS_DIR', USER_DIR .'accounts/');
|
||||
define('PAGES_DIR', USER_DIR .'pages/');
|
||||
define('DATA_DIR', USER_DIR .'data/');
|
||||
define('SYSTEM_DIR', ROOT_DIR .'system/');
|
||||
define('LIB_DIR', SYSTEM_DIR .'src/');
|
||||
define('PLUGINS_DIR', USER_DIR .'plugins/');
|
||||
define('THEMES_DIR', USER_DIR .'themes/');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user