From: Andrew Dolgov Date: Wed, 14 Apr 2010 10:18:13 +0000 (+0400) Subject: remove custom hardcoded cache destinations in various daemon scripts X-Git-Tag: 1.4.2~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4c93bf06b690dc8a2dd1d8d73b330ee6de7a7043;p=tt-rss.git remove custom hardcoded cache destinations in various daemon scripts --- diff --git a/update_daemon2.php b/update_daemon2.php index 779373a6..431f0b6a 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"; diff --git a/update_daemon_loop.php b/update_daemon_loop.php index 064a904d..0586aa4d 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"; diff --git a/update_feeds.php b/update_feeds.php index 588a0a9b..0d93358e 100755 --- a/update_feeds.php +++ b/update_feeds.php @@ -1,9 +1,5 @@ #!/usr/bin/php