summaryrefslogtreecommitdiff
path: root/update_feedbrowser.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-16 12:06:42 +0100
committerAndrew Dolgov <[email protected]>2009-01-16 12:06:42 +0100
commite3b5469373d81134d2752f5bcaa08460961f3676 (patch)
tree1f1406c9cf7e86bfe6e9f373cc63e4c3351c3ced /update_feedbrowser.php
parent6c8feb8f1264469b30c7f57e2e98165ece5e5c3e (diff)
regenerate feedbrowser cache from the update daemon
Diffstat (limited to 'update_feedbrowser.php')
-rw-r--r--update_feedbrowser.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/update_feedbrowser.php b/update_feedbrowser.php
index 4698918d5..0031ff315 100644
--- a/update_feedbrowser.php
+++ b/update_feedbrowser.php
@@ -1,9 +1,9 @@
#!/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');
+ /* This script updates feedbrowser (e.g. Other Feeds tab) cache
+ * If you are using update daemon, it is NOT necessary to run
+ * this script, as updates are handled automatically. */
+
define('DEFAULT_ERROR_LEVEL', E_ERROR | E_WARNING | E_PARSE);
define('DISABLE_SESSIONS', true);