mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 04:05:55 +00:00
implement digestTest back
misc digest updates and improvements
This commit is contained in:
@@ -10,7 +10,17 @@ class Backend extends Handler {
|
||||
function digestSend() {
|
||||
define('PREFS_NO_CACHE', true);
|
||||
|
||||
send_headlines_digests($this->link, 100, true);
|
||||
send_headlines_digests($this->link);
|
||||
}
|
||||
|
||||
function digestTest() {
|
||||
header("Content-type: text/html");
|
||||
|
||||
$rv = prepare_headlines_digest($this->link, $_SESSION['uid'], 1, 1000);
|
||||
|
||||
$rv[3] = "<pre>" . $rv[3] . "</pre>";
|
||||
|
||||
print_r($rv);
|
||||
}
|
||||
|
||||
function help() {
|
||||
|
||||
Reference in New Issue
Block a user