Browse Source

fix bonus

stanley-king 8 years ago
parent
commit
ad855e5047
1 changed files with 0 additions and 2 deletions
  1. 0 2
      mobile/control/control.php

+ 0 - 2
mobile/control/control.php

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