This commit is contained in:
Matias Griese
2021-04-13 12:12:05 +03:00
parent 75c63704f6
commit 371eb76b2b

View File

@@ -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!