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:
parent
7e4de9bb3a
commit
a4d4bceb97
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue