From 4c93bf06b690dc8a2dd1d8d73b330ee6de7a7043 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 14 Apr 2010 14:18:13 +0400 Subject: remove custom hardcoded cache destinations in various daemon scripts --- update_daemon_loop.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'update_daemon_loop.php') diff --git a/update_daemon_loop.php b/update_daemon_loop.php index 064a904d3..0586aa4dd 100755 --- a/update_daemon_loop.php +++ b/update_daemon_loop.php @@ -12,8 +12,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"; -- cgit v1.2.3-54-g00ecf