summaryrefslogtreecommitdiff
path: root/update_feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-11 14:52:17 +0100
committerAndrew Dolgov <[email protected]>2006-02-11 14:52:17 +0100
commitde696427ad56edeb2dd982e41eda1e6e43e1062c (patch)
tree10e185b34e67caf0f1c49062d74cefe9f479d6bc /update_feeds.php
parentcbd8650dfe0edd0a2eecd99b78cda80c61cd123d (diff)
initial work on update daemon
Diffstat (limited to 'update_feeds.php')
-rw-r--r--update_feeds.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/update_feeds.php b/update_feeds.php
index b2836a446..31e3a1283 100644
--- a/update_feeds.php
+++ b/update_feeds.php
@@ -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";