1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:25:56 +00:00

move bookmarklet-related methods out of public.php into the plugin

This commit is contained in:
Andrew Dolgov
2021-02-19 20:21:36 +03:00
parent c9ccb0791d
commit fc0ebf0891
5 changed files with 336 additions and 328 deletions

View File

@@ -107,7 +107,7 @@ class UserHelper {
if (empty($_SESSION["uid"])) {
UserHelper::logout();
Handler_Public::render_login_form();
Handler_Public::_render_login_form();
exit;
}