summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-21 05:03:26 +0100
committerAndrew Dolgov <[email protected]>2006-08-21 05:03:26 +0100
commit448b0abdd5b3292a411958576b3d27d329e085ac (patch)
treeff339e1c6ba5ba7059231c8b22454a99770ae3ca /backend.php
parent8a797376557016ce3413ac05f593e38af181a69c (diff)
security fix for op=digestTest
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 74cc97303..430086bf3 100644
--- a/backend.php
+++ b/backend.php
@@ -3946,6 +3946,7 @@
if ($op == "digestTest") {
header("Content-Type: text/plain");
+
echo prepare_headlines_digest($link, $_SESSION["uid"]);
$print_exec_time = false;