]> git.wh0rd.org - tt-rss.git/blobdiff - include/sessions.php
use static version for session checking, show latest changeset for git version instea...
[tt-rss.git] / include / sessions.php
index c4876489fa3165a486909a45158539cda583acce..423ef0eda92ed0fd1cabb1cd722468c1d12350e4 100644 (file)
@@ -39,7 +39,7 @@
        function validate_session() {
                if (SINGLE_USER_MODE) return true;
 
-               if (VERSION != $_SESSION["version"]) return false;
+               if (VERSION_STATIC != $_SESSION["version"]) return false;
 
                $check_ip = $_SESSION['ip_address'];