|
@@ -76,8 +76,6 @@ class mobileControl
|
|
|
|
|
|
protected function check_app_type()
|
|
protected function check_app_type()
|
|
{
|
|
{
|
|
- $_SESSION['is_app'] = false;
|
|
|
|
-
|
|
|
|
$client = strtolower(trim($_SERVER['HTTP_CLIENT_TYPE']));
|
|
$client = strtolower(trim($_SERVER['HTTP_CLIENT_TYPE']));
|
|
$version = trim($_SERVER['HTTP_CLIENT_VERSION']);
|
|
$version = trim($_SERVER['HTTP_CLIENT_VERSION']);
|
|
|
|
|