]> git.wh0rd.org - tt-rss.git/blobdiff - update_feedbrowser.php
allow connections to pgsql without password
[tt-rss.git] / update_feedbrowser.php
old mode 100644 (file)
new mode 100755 (executable)
index 4698918..0031ff3
@@ -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);