mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:55:55 +00:00
plugins/mobile: redirect immediately on initial call
This commit is contained in:
@@ -21,8 +21,6 @@ class Mobile extends Plugin implements IHandler {
|
||||
function index() {
|
||||
header("Content-type: text/html; charset=utf-8");
|
||||
|
||||
login_sequence($this->link);
|
||||
|
||||
header("Location: plugins/mobile/index.php");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user