aboutsummaryrefslogtreecommitdiff
path: root/constants.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-28 17:42:46 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-28 17:42:46 +0100
commit039a83759d41615aaa593fa62deff4c25fc126a2 (patch)
tree8120e3522e833cce8fb8c96ccc185c4d409ded90 /constants.php
parent7a967e68ad1fde4a9e564228e72b1cb87f39a0f8 (diff)
Fix install.php to consider new data organization
- Introduce USERS_PATH - Remove LOG_PATH - Use join_path in install.php - Change references to old data files to the new ones - Update i18n See https://github.com/FreshRSS/FreshRSS/issues/729
Diffstat (limited to 'constants.php')
-rw-r--r--constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.php b/constants.php
index f66a012b0..07dd6f18e 100644
--- a/constants.php
+++ b/constants.php
@@ -16,7 +16,7 @@ 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');