summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-25 17:24:18 +0100
committerAndrew Dolgov <[email protected]>2007-08-25 17:24:18 +0100
commitc7d57b66904e894ac6d33c5caaffb94bcb450c15 (patch)
tree2abbdfac264462f38a720aab02f6088b28cfc2ab /update_daemon.php
parenta0a63217fcf0f74988503062fb0c8a6bcc218ff8 (diff)
implement SIMPLEPIE_CACHE_DIR
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_daemon.php b/update_daemon.php
index ce5d2535e..50d13191c 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -9,6 +9,7 @@
declare(ticks = 1);
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-daemon');
+ define('SIMPLEPIE_CACHE_DIR', '/var/tmp/simplepie-ttrss-cache-daemon');
define('DISABLE_SESSIONS', true);
require_once "version.php";