diff --git a/index.php b/index.php index c6698793f..8230a49b6 100644 --- a/index.php +++ b/index.php @@ -38,6 +38,9 @@ } else if ($mobile->isMobile() && $pluginhost->get_plugin("mobile")) { header('Location: backend.php?op=mobile'); exit; + } else if ($mobile->isMobile() && $pluginhost->get_plugin("digest")) { + header('Location: backend.php?op=digest'); + exit; } }