mirror of
https://github.com/envoyr/php-froxlor-client.git
synced 2026-04-28 12:24:08 +00:00
Compare commits
1 Commits
2.0.10-alp
...
2.x
| Author | SHA1 | Date | |
|---|---|---|---|
| 63d68d8921 |
@@ -40,7 +40,7 @@ class Server
|
||||
'params' => $attributes
|
||||
];
|
||||
|
||||
$token = base64encode(sprintf('%s:%s', $this->apiKey, $this->apiSecret));
|
||||
$token = base64_encode(sprintf('%s:%s', $this->apiKey, $this->apiSecret));
|
||||
|
||||
$response = $this->client->post("api.php", [
|
||||
'headers' => [
|
||||
|
||||
Reference in New Issue
Block a user