mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:55:56 +00:00
move session-related functions to their own namespace
This commit is contained in:
@@ -94,7 +94,7 @@ class UserHelper {
|
||||
startup_gettext();
|
||||
self::load_user_plugins($_SESSION["uid"]);
|
||||
} else {
|
||||
if (!validate_session()) $_SESSION["uid"] = false;
|
||||
if (!\Sessions\validate_session()) $_SESSION["uid"] = false;
|
||||
|
||||
if (empty($_SESSION["uid"])) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user