mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
login system fixes
remove old-style session checking from backend.php move outside subscription endpoint to public.php, change subscription bookmarklet
This commit is contained in:
@@ -28,7 +28,11 @@ function do_login() {
|
||||
<a class="button blueButton" onclick='do_login()'><?php echo __('Log in') ?></a>
|
||||
</div>
|
||||
|
||||
<form target="_self" title="Login" action="index.php" id="login" class="panel" method="post" name="login" selected="true">
|
||||
<form target="_self" title="Login" id="login" class="panel" name="login" selected="true"
|
||||
action="../public.php?return=<?php echo htmlspecialchars($_SERVER["REQUEST_URI"]) ?>"
|
||||
method="post">
|
||||
|
||||
<input type="hidden" name="op" value="login">
|
||||
|
||||
<fieldset>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user