mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-15 21:11:14 +02:00
add back redirection to mobile plugin
This commit is contained in:
parent
d8cfe1955f
commit
4aac835562
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user