1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-29 18:37:11 +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

@@ -42,9 +42,6 @@
define('CACHE_DIR', 'cache');
// Local cache directory for RSS feed content.
define('TMP_DIRECTORY', '/tmp');
// Directory for temporary files
define('ICONS_DIR', "feed-icons");
define('ICONS_URL', "feed-icons");
// Local and URL path to the directory, where feed favicons are stored.