]> git.wh0rd.org - tt-rss.git/blobdiff - index.php
allow ON_SANITIZE plugins to modify the list of tags and attributes that are permissible
[tt-rss.git] / index.php
index 757be9084cddcf9ea7ed518e17f362c7962fa11b..281f46cf924e019b72044d5041aa340f691da8ff 100644 (file)
--- a/index.php
+++ b/index.php
@@ -42,6 +42,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;
                }
        }