mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
Merge branch 'master' of https://github.com/gothfox/Tiny-Tiny-RSS.git into tunable-fetches
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
"nb_NO" => "Norwegian bokmål",
|
||||
"nl_NL" => "Dutch",
|
||||
"pl_PL" => "Polski",
|
||||
// "ru_RU" => "Русский",
|
||||
"ru_RU" => "Русский",
|
||||
"pt_BR" => "Portuguese/Brazil",
|
||||
"zh_CN" => "Simplified Chinese",
|
||||
"fi_FI" => "Suomi");
|
||||
@@ -621,6 +621,7 @@
|
||||
$_SESSION["uid"]);
|
||||
|
||||
$_SESSION["ip_address"] = $_SERVER["REMOTE_ADDR"];
|
||||
$_SESSION["user_agent"] = sha1($_SERVER['HTTP_USER_AGENT']);
|
||||
$_SESSION["pwd_hash"] = db_fetch_result($result, 0, "pwd_hash");
|
||||
|
||||
$_SESSION["last_version_check"] = time();
|
||||
|
||||
Reference in New Issue
Block a user