1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 08:29:14 +00:00

store navigator.appName in session object on init

This commit is contained in:
Andrew Dolgov
2007-01-24 09:43:30 +01:00
parent eb28b131bc
commit 4220d6b037
3 changed files with 10 additions and 2 deletions

View File

@@ -185,6 +185,10 @@
print "<error error-code=\"0\"/>";
print_init_params($link);
print_runtime_info($link);
# assign client-passed params to session
$_SESSION["client.userAgent"] = $_GET["ua"];
}
print "</rpc-reply>";
}