|
|
@ -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;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|