summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-05 13:23:54 +0300
committerAndrew Dolgov <[email protected]>2019-12-05 13:23:54 +0300
commitf30287be652295d18e632316a66866697c26638c (patch)
tree18bf35592426824682d9c106553a38688d4f4c7f /include/functions.php
parent6913158b8291c70cdab79641e771e2e89e11ac3e (diff)
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
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php1
1 files changed, 0 insertions, 1 deletions
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();