mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 01:15:56 +00:00
move startup checks to Config, set a bunch of @deprecated annotations
This commit is contained in:
@@ -292,7 +292,7 @@ class Bookmarklets extends Plugin {
|
||||
print_error("Not logged in");
|
||||
?>
|
||||
|
||||
<form action="public.php?return=<?= urlencode(make_self_url()) ?>" method="post">
|
||||
<form action="public.php?return=<?= urlencode(Config::make_self_url()) ?>" method="post">
|
||||
|
||||
<input type="hidden" name="op" value="login">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user