From f30287be652295d18e632316a66866697c26638c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 5 Dec 2019 13:23:54 +0300 Subject: versioning changes - remove VERSION_STATIC - https://community.tt-rss.org/t/versioning-changes-for-trunk/2974 - report git commit/timestamp properly by invoking git instead of trying to parse .git/HEAD etc - remove git-related global constants used when checking for updates --- include/functions.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 0a3082ec1..18885b1ea 100644 --- a/include/functions.php +++ b/include/functions.php @@ -560,7 +560,6 @@ session_regenerate_id(true); $_SESSION["uid"] = $user_id; - $_SESSION["version"] = VERSION_STATIC; $_SESSION["auth_module"] = $auth_module; $pdo = DB::pdo(); -- cgit v1.2.3-54-g00ecf