1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:05:57 +00:00

add cache override

This commit is contained in:
Andrew Dolgov
2007-08-29 02:01:06 +01:00
parent 0033ba181d
commit ade696f88a

View File

@@ -3,6 +3,7 @@
// this script is probably run not from your httpd-user, so cache
// directory defined in config.php won't be accessible
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-cli');
define('SIMPLEPIE_CACHE_DIR', '/var/tmp/simplepie-ttrss-cache-cli');
define('DISABLE_SESSIONS', true);