Revert "Removes redirection to mobile/"

This reverts commit a4d4bceb97.
master
Andrew Dolgov 11 years ago
parent 9d9ed2b32a
commit d8cfe1955f

@ -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…
Cancel
Save