mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 11:31:30 +00:00
add cache override
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
// this script is probably run not from your httpd-user, so cache
|
// this script is probably run not from your httpd-user, so cache
|
||||||
// directory defined in config.php won't be accessible
|
// directory defined in config.php won't be accessible
|
||||||
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-cli');
|
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-cli');
|
||||||
|
define('SIMPLEPIE_CACHE_DIR', '/var/tmp/simplepie-ttrss-cache-cli');
|
||||||
|
|
||||||
define('DISABLE_SESSIONS', true);
|
define('DISABLE_SESSIONS', true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user