mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
implement support for daily digests
This commit is contained in:
@@ -3948,8 +3948,14 @@
|
||||
|
||||
if ($op == "digestTest") {
|
||||
header("Content-Type: text/plain");
|
||||
print_r(prepare_headlines_digest($link, $_SESSION["uid"]));
|
||||
$print_exec_time = false;
|
||||
|
||||
echo prepare_headlines_digest($link, $_SESSION["uid"]);
|
||||
}
|
||||
|
||||
if ($op == "digestSend") {
|
||||
header("Content-Type: text/plain");
|
||||
send_headlines_digests($link);
|
||||
$print_exec_time = false;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user