1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-22 07:35:27 +00:00

Merge pull request #75 from remram44/master

Fixes #621, redirection to mobile/
This commit is contained in:
Andrew Dolgov
2013-03-24 01:42:44 -07:00

View File

@@ -35,9 +35,6 @@
if ($mobile->isTablet() && $pluginhost->get_plugin("digest")) {
header('Location: backend.php?op=digest');
exit;
} else if ($mobile->isMobile()) {
header('Location: mobile/index.php');
exit;
}
}