mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
remove $link
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
function validate_session($link) {
|
||||
function validate_session() {
|
||||
if (SINGLE_USER_MODE) return true;
|
||||
|
||||
if (VERSION != $_SESSION["version"]) return false;
|
||||
|
||||
Reference in New Issue
Block a user