summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-04-14 14:18:13 +0400
committerAndrew Dolgov <[email protected]>2010-04-14 14:18:13 +0400
commit4c93bf06b690dc8a2dd1d8d73b330ee6de7a7043 (patch)
treee845c60aee4625132998b08be989889e096f3c3a /update_daemon2.php
parentfee909d5aa384dfaceaaa92653db8c09745123f9 (diff)
remove custom hardcoded cache destinations in various daemon scripts
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/update_daemon2.php b/update_daemon2.php
index 779373a63..431f0b6a1 100755
--- a/update_daemon2.php
+++ b/update_daemon2.php
@@ -8,8 +8,6 @@
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";