1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00

drop storeParam rpc call

This commit is contained in:
Andrew Dolgov 2007-03-26 06:32:42 +01:00
parent 9cc600d1c4
commit a552b6f2a5

View File

@ -201,15 +201,6 @@
}
if ($subop == "storeParam") {
$key = $_GET["key"];
$value = $_GET["value"];
$_SESSION["stored-params"][$key] = $value;
print "<rpc-reply>
<message>$key : $value</message>
</rpc-reply>";
}
if ($subop == "setArticleTags") {
$id = db_escape_string($_GET["id"]);
$tags_str = db_escape_string($_GET["tags_str"]);