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

+ 2 - 0
mobile/control/control.php

@@ -109,6 +109,8 @@ class mobileControl
         $client = strtolower(trim($_SERVER['HTTP_CLIENT_TYPE']));
         $version = trim($_SERVER['HTTP_CLIENT_VERSION']);
 
+        Log::record("client_type = {$client}",Log::DEBUG);
+
         if (empty($client)) {
             $client = $_POST['client_type'];
         } else {