Guest User

Untitled

a guest
Apr 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1.     function authenticate ($params) {
  2.         // just for test
  3.         $params = {
  4.             'login': '34gci001',
  5.             'pwdhash': md5 ($mypass)
  6.         };
  7.        
  8.         // ???? $this->setDistantModuleCalling('spots');
  9.         $this->setCommandData(serialize($params));
  10.         $this->sendCommand('authenticateRemoteUser');
  11.        
  12.         return $this->sendRequest('loadWebservice');
  13.     }
Add Comment
Please, Sign In to add comment