summaryrefslogtreecommitdiff
path: root/update_feedbrowser.php
diff options
context:
space:
mode:
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);