Advertisement
Guest User

Untitled

a guest
Sep 6th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $username = $companyId .'+'. $publicKey;
  2. $password = $privateKey;
  3. curl_setopt($process, CURLOPT_USERPWD, $username . ":" . $password);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement