summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 23f46282e..130be4a1f 100644
--- a/backend.php
+++ b/backend.php
@@ -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;
}