Merge pull request #75 from remram44/master
Fixes #621, redirection to mobile/
This commit is contained in:
commit
34b61f5b66
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue