From: Andrew Dolgov Date: Wed, 29 Aug 2007 01:01:06 +0000 (+0100) Subject: add cache override X-Git-Tag: 1.2.15~19 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=ade696f88a7167f2595eb61e649c1b2492372140;p=tt-rss.git add cache override --- diff --git a/update_feeds.php b/update_feeds.php index a6956dfa..d06beb82 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);