remove backend/digestSend
This commit is contained in:
parent
fd087799fd
commit
9a5f5633c0
|
@ -7,12 +7,6 @@ class Backend extends Handler {
|
||||||
"<img src='images/indicator_tiny.gif'>";
|
"<img src='images/indicator_tiny.gif'>";
|
||||||
}
|
}
|
||||||
|
|
||||||
function digestSend() {
|
|
||||||
define('PREFS_NO_CACHE', true);
|
|
||||||
|
|
||||||
send_headlines_digests($this->link);
|
|
||||||
}
|
|
||||||
|
|
||||||
function digestTest() {
|
function digestTest() {
|
||||||
header("Content-type: text/html");
|
header("Content-type: text/html");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue