summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-24 01:42:44 -0700
committerAndrew Dolgov <[email protected]>2013-03-24 01:42:44 -0700
commit34b61f5b66f9c6c46fbb4da5832aba2091588bc2 (patch)
treedb077e935eb5dab0029fff171444bf3fa3c2e56a
parent7e4de9bb3ab7ea433f5e80a2f992ce6797ca3ac9 (diff)
parenta4d4bceb978e828aa21950c8eb2b1bd2be79726b (diff)
Merge pull request #75 from remram44/master
Fixes #621, redirection to mobile/
-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;
}
}