summaryrefslogtreecommitdiff
path: root/update_feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-29 02:01:06 +0100
committerAndrew Dolgov <[email protected]>2007-08-29 02:01:06 +0100
commitade696f88a7167f2595eb61e649c1b2492372140 (patch)
treef56a1d680490bbcb648d9dd5b93f7245d59fd9cc /update_feeds.php
parent0033ba181dc3660d32ff7b4014e793f0fb449e54 (diff)
add cache override
Diffstat (limited to 'update_feeds.php')
-rw-r--r--update_feeds.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_feeds.php b/update_feeds.php
index a6956dfa8..d06beb829 100644
--- a/update_feeds.php
+++ b/update_feeds.php
@@ -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);