1
0
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:
Andrew Dolgov
2013-03-26 19:04:23 +04:00
parent 4aac835562
commit 24df74de3b

View File

@@ -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");
}