]> git.wh0rd.org - tt-rss.git/blobdiff - update_feeds.php
remove custom hardcoded cache destinations in various daemon scripts
[tt-rss.git] / update_feeds.php
index 588a0a9b570b194429b82dde51b14e023d9acd56..0d93358e5f7661e4ac7d3e7b15b875d0f95e59a3 100755 (executable)
@@ -1,9 +1,5 @@
 #!/usr/bin/php
 <?php
-       // 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('DEFAULT_ERROR_LEVEL', E_ERROR | E_WARNING | E_PARSE);
        define('DISABLE_SESSIONS', true);