فهرست منبع

remove verify code

stanley-king 4 سال پیش
والد
کامیت
cf4e978c56
1فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 8 8
      mobile/control/control.php

+ 8 - 8
mobile/control/control.php

@@ -50,14 +50,14 @@ class mobileControl
         $this->set_relay();
         statistics_helper::instance()->add_call($param);
 
-        if(session_helper::version_code() > 168) {
-            if(!$this->verify()) {
-                throw new UnSignException();
-            }
-        }
-        else {
-            throw new UnSignException();
-        }
+//        if(session_helper::version_code() > 168) {
+//            if(!$this->verify()) {
+//                throw new UnSignException();
+//            }
+//        }
+//        else {
+//            throw new UnSignException();
+//        }
     }
     private function verify()
     {