mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 01:01:28 +00:00
Removes redirection to mobile/
mobile/ was removed by d98e76d9c2 but the redirection still existed in
index.php, causing the site to be inaccessible on mobile devices.
This commit is contained in:
@@ -35,9 +35,6 @@
|
|||||||
if ($mobile->isTablet() && $pluginhost->get_plugin("digest")) {
|
if ($mobile->isTablet() && $pluginhost->get_plugin("digest")) {
|
||||||
header('Location: backend.php?op=digest');
|
header('Location: backend.php?op=digest');
|
||||||
exit;
|
exit;
|
||||||
} else if ($mobile->isMobile()) {
|
|
||||||
header('Location: mobile/index.php');
|
|
||||||
exit;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user