From 810205625b8afb7e08b2829723426f021e0a5c1b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 Apr 2013 12:55:15 +0400 Subject: session validation: check for tt-rss version --- include/functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 02cefd4d8..71fd16542 100644 --- a/include/functions.php +++ b/include/functions.php @@ -630,6 +630,7 @@ @session_start(); $_SESSION["uid"] = $user_id; + $_SESSION["version"] = VERSION; $result = db_query($link, "SELECT login,access_level,pwd_hash FROM ttrss_users WHERE id = '$user_id'"); -- cgit v1.2.3