mirror of
https://github.com/getgrav/grav.git
synced 2026-06-15 03:30:23 +02:00
Typo #3297
This commit is contained in:
@@ -57,7 +57,7 @@ if (!defined('GRAV_BACKUP_PATH')) {
|
||||
}
|
||||
unset($path);
|
||||
|
||||
define('USER_DIR', GRAV_WEBROOT . '/' . USER_PATH . '/');
|
||||
define('USER_DIR', GRAV_WEBROOT . '/' . GRAV_USER_PATH . '/');
|
||||
define('CACHE_DIR', (!str_starts_with(GRAV_CACHE_PATH, '/') ? GRAV_ROOT . '/' : '') . GRAV_CACHE_PATH . '/');
|
||||
|
||||
// DEPRECATED: Do not use!
|
||||
|
||||
Reference in New Issue
Block a user