Revert "Removes redirection to mobile/"
This reverts commit a4d4bceb97
.
This commit is contained in:
parent
9d9ed2b32a
commit
d8cfe1955f
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@
|
|||
if ($mobile->isTablet() && $pluginhost->get_plugin("digest")) {
|
||||
header('Location: backend.php?op=digest');
|
||||
exit;
|
||||
} else if ($mobile->isMobile()) {
|
||||
header('Location: mobile/index.php');
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue