Revert "Removes redirection to mobile/"

This reverts commit a4d4bceb97.
This commit is contained in:
Andrew Dolgov 2013-03-26 19:01:14 +04:00
parent 9d9ed2b32a
commit d8cfe1955f
1 changed files with 3 additions and 0 deletions

View File

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