plugins/mobile: redirect immediately on initial call
This commit is contained in:
parent
4aac835562
commit
24df74de3b
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue