mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:15:55 +00:00
add back redirection to mobile plugin
This commit is contained in:
@@ -35,13 +35,12 @@
|
||||
if ($mobile->isTablet() && $pluginhost->get_plugin("digest")) {
|
||||
header('Location: backend.php?op=digest');
|
||||
exit;
|
||||
} else if ($mobile->isMobile()) {
|
||||
header('Location: mobile/index.php');
|
||||
} else if ($mobile->isMobile() && $pluginhost->get_plugin("mobile")) {
|
||||
header('Location: backend.php?op=mobile');
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
login_sequence($link);
|
||||
|
||||
no_cache_incantation();
|
||||
|
||||
Reference in New Issue
Block a user