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:
Remi Rampin 2013-03-23 23:06:42 -04:00
parent 7e4de9bb3a
commit a4d4bceb97
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}
}