summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-26 22:38:31 +0400
committerAndrew Dolgov <[email protected]>2013-03-26 22:38:31 +0400
commit3b4c319d2c5bfdebae3a5c91853d71567cd9c036 (patch)
tree297b60a84acd7928a75ade2c50fad06c13fad9e0 /index.php
parentd0c6dd29d19da4de9966cd9985d467fe1cfab556 (diff)
parenta543e86d8587634f27556f1505d338f03af10246 (diff)
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index 757be9084..281f46cf9 100644
--- 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;
}
}