From 9b201046af80c619fae2036b3b06bcaea832ed92 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 21 Apr 2011 08:46:26 +0400 Subject: backend/fbexport: read key from _POST --- backend.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend.php b/backend.php index c7f0628cb..58f921e6a 100644 --- a/backend.php +++ b/backend.php @@ -585,8 +585,7 @@ case "fbexport": - // TODO: change to _POST - $access_key = db_escape_string($_REQUEST["key"]); + $access_key = db_escape_string($_POST["key"]); // TODO: rate limit checking using last_connected $result = db_query($link, "SELECT id FROM ttrss_linked_instances -- cgit v1.2.3