summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-25 15:42:31 +0100
committerAndrew Dolgov <[email protected]>2007-04-25 15:42:31 +0100
commitbce7001fd1f1c2f105e7ebe9d1b533cf553bb3c5 (patch)
tree69e0c94234ebd21ac0cafdd0fbe610641cb86606 /modules/pref-feeds.php
parent5094b4fc4dd4a96792ea2791cf5c31c9c0631555 (diff)
make subscribe-to-feed dialog use POST
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index ffdbcf25b..61fc2167c 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -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>