1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

security fix for op=digestTest

This commit is contained in:
Andrew Dolgov
2006-08-21 05:03:26 +01:00
parent 8a79737655
commit 448b0abdd5
2 changed files with 2 additions and 0 deletions

View File

@@ -3946,6 +3946,7 @@
if ($op == "digestTest") {
header("Content-Type: text/plain");
echo prepare_headlines_digest($link, $_SESSION["uid"]);
$print_exec_time = false;