mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:55:55 +00:00
split digest stuff into digest.php
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
class Backend extends Handler {
|
||||
|
||||
function loading() {
|
||||
header("Content-type: text/html");
|
||||
print __("Loading, please wait...") . " " .
|
||||
@@ -10,6 +9,8 @@ class Backend extends Handler {
|
||||
function digestTest() {
|
||||
header("Content-type: text/html");
|
||||
|
||||
require_once "digest.php";
|
||||
|
||||
$rv = prepare_headlines_digest($this->link, $_SESSION['uid'], 1, 1000);
|
||||
|
||||
$rv[3] = "<pre>" . $rv[3] . "</pre>";
|
||||
|
||||
Reference in New Issue
Block a user