1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 23:49:16 +00:00

Revert "Removes redirection to mobile/"

This reverts commit a4d4bceb97.
This commit is contained in:
Andrew Dolgov
2013-03-26 19:01:14 +04:00
parent 9d9ed2b32a
commit d8cfe1955f

View File

@@ -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;
}
}