mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 11:05:56 +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() {
|
function index() {
|
||||||
header("Content-type: text/html; charset=utf-8");
|
header("Content-type: text/html; charset=utf-8");
|
||||||
|
|
||||||
login_sequence($this->link);
|
|
||||||
|
|
||||||
header("Location: plugins/mobile/index.php");
|
header("Location: plugins/mobile/index.php");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user