1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 12:11:28 +00:00

implement SIMPLEPIE_CACHE_DIR

This commit is contained in:
Andrew Dolgov
2007-08-25 17:24:18 +01:00
parent a0a63217fc
commit c7d57b6690
3 changed files with 38 additions and 0 deletions

View File

@@ -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";