1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 04:01:29 +00:00

move initParams to invisible iframe

This commit is contained in:
Andrew Dolgov
2006-07-25 09:35:22 +01:00
parent 5f57b06d27
commit 0b7cb301f2
4 changed files with 14 additions and 2 deletions

View File

@@ -228,6 +228,9 @@
$key = $_GET["key"];
$value = $_GET["value"];
$_SESSION["stored-params"][$key] = $value;
print "<rpc-reply>
<message>$key : $value</message>
</rpc-reply>";
}
}
?>