add back redirection to mobile plugin

master
Andrew Dolgov 11 years ago
parent d8cfe1955f
commit 4aac835562

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

Loading…
Cancel
Save