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

initial work on update daemon

This commit is contained in:
Andrew Dolgov
2006-02-11 14:52:17 +01:00
parent cbd8650dfe
commit de696427ad
7 changed files with 93 additions and 8 deletions

View File

@@ -4,6 +4,8 @@
// directory defined in config.php won't be accessible
define('MAGPIE_CACHE_DIR', '/var/tmp/magpie-ttrss-cache-cli');
define('DISABLE_SESSIONS', true);
require_once "sanity_check.php";
require_once "config.php";
require_once "db.php";