]> git.wh0rd.org - tt-rss.git/commitdiff
add cache override
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 29 Aug 2007 01:01:06 +0000 (02:01 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 29 Aug 2007 01:01:06 +0000 (02:01 +0100)
update_feeds.php

index a6956dfa84b48eed63824335f2fc8f76fa2e4bfc..d06beb829de4079ac68e889a71ab6cd89f0c356a 100644 (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);