summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorRemi Rampin <[email protected]>2013-03-23 23:06:42 -0400
committerRemi Rampin <[email protected]>2013-03-23 23:06:42 -0400
commita4d4bceb978e828aa21950c8eb2b1bd2be79726b (patch)
treedb077e935eb5dab0029fff171444bf3fa3c2e56a /index.php
parent7e4de9bb3ab7ea433f5e80a2f992ce6797ca3ac9 (diff)
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.
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/index.php b/index.php
index bf8eafe76..d92c2fc1c 100644
--- a/index.php
+++ b/index.php
@@ -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;
}
}