mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 08:41:29 +00:00
add redirect to digest on smartphones if mobile is missing
This commit is contained in:
@@ -38,6 +38,9 @@
|
|||||||
} else if ($mobile->isMobile() && $pluginhost->get_plugin("mobile")) {
|
} else if ($mobile->isMobile() && $pluginhost->get_plugin("mobile")) {
|
||||||
header('Location: backend.php?op=mobile');
|
header('Location: backend.php?op=mobile');
|
||||||
exit;
|
exit;
|
||||||
|
} else if ($mobile->isMobile() && $pluginhost->get_plugin("digest")) {
|
||||||
|
header('Location: backend.php?op=digest');
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user