diff options
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/constants.php b/constants.php index 3ddace95d..afa5fe7ff 100644 --- a/constants.php +++ b/constants.php @@ -16,10 +16,11 @@ define('FRESHRSS_PATH', dirname(__FILE__)); define('DATA_PATH', FRESHRSS_PATH . '/data'); define('UPDATE_FILENAME', DATA_PATH . '/update.php'); - define('LOG_PATH', DATA_PATH . '/log'); + define('USERS_PATH', DATA_PATH . '/users'); define('CACHE_PATH', DATA_PATH . '/cache'); define('LIB_PATH', FRESHRSS_PATH . '/lib'); - define('APP_PATH', FRESHRSS_PATH . '/app'); + define('APP_PATH', FRESHRSS_PATH . '/app'); + define('EXTENSIONS_PATH', FRESHRSS_PATH . '/extensions'); define('TMP_PATH', sys_get_temp_dir()); |
