1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 23:35:57 +00:00

split digest stuff into digest.php

This commit is contained in:
Andrew Dolgov
2012-12-24 15:52:59 +04:00
parent ebff9ef7c6
commit f16116834e
4 changed files with 220 additions and 216 deletions

View File

@@ -153,6 +153,8 @@
sleep(1); // prevent flood (FIXME make this an option?)
}
require_once "digest.php";
// Send feed digests by email if needed.
send_headlines_digests($link, $debug);