stanley-king 6 år sedan
förälder
incheckning
4ec8876c32
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 1
      helper/session_helper.php
  2. 1 0
      mobile/control/control.php

+ 1 - 1
helper/session_helper.php

@@ -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 {

+ 1 - 0
mobile/control/control.php

@@ -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;
         }