Merge pull request #75 from remram44/master

Fixes #621, redirection to mobile/
This commit is contained in:
Andrew Dolgov 2013-03-24 01:42:44 -07:00
commit 34b61f5b66
1 changed files with 0 additions and 3 deletions

View File

@ -35,9 +35,6 @@
if ($mobile->isTablet() && $pluginhost->get_plugin("digest")) { if ($mobile->isTablet() && $pluginhost->get_plugin("digest")) {
header('Location: backend.php?op=digest'); header('Location: backend.php?op=digest');
exit; exit;
} else if ($mobile->isMobile()) {
header('Location: mobile/index.php');
exit;
} }
} }