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.
master
Remi Rampin 13 years ago
parent 7e4de9bb3a
commit a4d4bceb97

@ -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…
Cancel
Save