1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-17 19:21:29 +00:00

implement experimental web-based updater

This commit is contained in:
Andrew Dolgov
2012-08-23 20:23:19 +04:00
parent 639ad60035
commit 27211afe92
4 changed files with 110 additions and 2 deletions

View File

@@ -2147,6 +2147,7 @@
$data['new_version_available'] = (int) ($new_version_details != false);
$_SESSION["last_version_check"] = time();
$_SESSION["version_data"] = $new_version_details;
}
return $data;