diff options
| author | 2014-02-21 10:01:40 +0100 | |
|---|---|---|
| committer | 2014-02-21 10:01:40 +0100 | |
| commit | 3dd6677421c9ba776f4734a890b4e7241c2faafb (patch) | |
| tree | fe9d7cd66847c6f5c8a2dd661e1febbcca717e23 /constants.php | |
| parent | 04da549e2e52980ccc72689c32793222be76279d (diff) | |
CHANGELOG 0.7.1 + TMP_PATH 0.8
Diffstat (limited to 'constants.php')
| -rw-r--r-- | constants.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/constants.php b/constants.php index a140d0e74..4818f1565 100644 --- a/constants.php +++ b/constants.php @@ -16,5 +16,4 @@ define('FRESHRSS_PATH', dirname(__FILE__)); define('LIB_PATH', FRESHRSS_PATH . '/lib'); define('APP_PATH', FRESHRSS_PATH . '/app'); -//define('TMP_PATH', sys_get_temp_dir()); // need more tests so... -define('TMP_PATH', DATA_PATH); // ... we use DATA_PATH for the 0.7.1 +define('TMP_PATH', sys_get_temp_dir()); |
