mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:35:55 +00:00
rework login process, drop http auth
This commit is contained in:
@@ -51,9 +51,9 @@
|
||||
<p>Error: Not logged in.</p>
|
||||
<script type=\"text/javascript\">
|
||||
if (parent.window != 'undefined') {
|
||||
parent.window.location = \"login.php\";
|
||||
parent.window.location = \"tt-rss.php\";
|
||||
} else {
|
||||
window.location = \"login.php\";
|
||||
window.location = \"tt-rss.php\";
|
||||
}
|
||||
</script>
|
||||
</body></html>
|
||||
|
||||
Reference in New Issue
Block a user