1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 00:25:54 +00:00

config: remove TMP_DIRECTORY

This commit is contained in:
Andrew Dolgov
2012-01-12 12:21:05 +04:00
parent 125ab8dbf7
commit 5a68552b6b
4 changed files with 4 additions and 9 deletions

View File

@@ -31,5 +31,4 @@
- define('CACHE_DIR', 'cache');
+ define('CACHE_DIR', '/var/cache/tt-rss');
// Local cache directory for RSS feed content.
define('TMP_DIRECTORY', '/tmp');