@@ -468,7 +468,7 @@ class session_helper
elseif($_SESSION['client_type'] == 'mini') {
return self::device_mini;
}
- elseif($_SESSION['client_type'] == 'ajax') {
+ elseif($_SESSION['client_type'] == 'ajax' || $_SESSION['client_type'] == 'wap') {
return self::device_wap;
else {
@@ -144,6 +144,7 @@ class mobileControl
if (empty($client)) {
$client = $_POST['client_type'];
+ Log::record($_POST['client_type'],Log::DEBUG);
} else {
$_SESSION['is_app'] = true;