|
@@ -49,6 +49,11 @@ class mobileControl
|
|
statistics_helper::instance()->add_call($_GET);
|
|
statistics_helper::instance()->add_call($_GET);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ public function __destruct()
|
|
|
|
+ {
|
|
|
|
+ //unset($_SESSION['is_app']);
|
|
|
|
+ }
|
|
|
|
+
|
|
protected function android()
|
|
protected function android()
|
|
{
|
|
{
|
|
return $_SESSION['client_type'] == 'android';
|
|
return $_SESSION['client_type'] == 'android';
|