1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

new option: TMP_DIRECTORY

This commit is contained in:
Andrew Dolgov
2006-02-03 09:20:40 +01:00
parent 5bc0bd2701
commit 7d7cbaf5f8
3 changed files with 9 additions and 1 deletions

View File

@@ -67,6 +67,9 @@
define('ENABLE_FEED_BROWSER', true);
// Enable or disable local feed browser
define('TMP_DIRECTORY', '/tmp');
// Directory for temporary files
// vim:ft=php
?>