]> git.wh0rd.org - tt-rss.git/blobdiff - update_feeds.php
initial work on update daemon
[tt-rss.git] / update_feeds.php
index b2836a446e697f80eb9bee54bd952b49ef083543..31e3a1283add1500f9734f28c8480313098bee56 100644 (file)
@@ -4,6 +4,8 @@
        // directory defined in config.php won't be accessible
        define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-cli');
 
+       define('DISABLE_SESSIONS', true);
+
        require_once "sanity_check.php";
        require_once "config.php";
        require_once "db.php";