diff --git a/index.php b/index.php index c634235ab..254ca57d4 100644 --- a/index.php +++ b/index.php @@ -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; } }