1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:55:55 +00:00

use static version for session checking, show latest changeset for git version instead of head date

This commit is contained in:
Andrew Dolgov
2013-04-24 16:57:24 +04:00
parent 84ceb6bd2e
commit 3472c4c569
3 changed files with 3 additions and 3 deletions

View File

@@ -659,7 +659,7 @@
@session_start();
$_SESSION["uid"] = $user_id;
$_SESSION["version"] = VERSION;
$_SESSION["version"] = VERSION_STATIC;
$result = db_query("SELECT login,access_level,pwd_hash FROM ttrss_users
WHERE id = '$user_id'");