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