1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 20:31:28 +00:00

make subscribe-to-feed dialog use POST

This commit is contained in:
Andrew Dolgov
2007-04-25 15:42:31 +01:00
parent 5094b4fc4d
commit bce7001fd1
2 changed files with 10 additions and 5 deletions

View File

@@ -425,9 +425,9 @@
if (!WEB_DEMO_MODE) {
$feed_url = db_escape_string(trim($_GET["feed_url"]));
$cat_id = db_escape_string($_GET["cat_id"]);
$p_from = db_escape_string($_GET["from"]);
$feed_url = db_escape_string(trim($_POST["feed_url"]));
$cat_id = db_escape_string($_POST["cat_id"]);
$p_from = db_escape_string($_POST["from"]);
if ($p_from != 'tt-rss') {
print "<html>