1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-04 13:10:49 +02: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
commit 34b61f5b66

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