mirror of
https://github.com/envoyr/php-froxlor-client.git
synced 2026-04-30 05:04:24 +00:00
Compare commits
1 Commits
2.0.10-alp
...
2.x
| Author | SHA1 | Date | |
|---|---|---|---|
| 63d68d8921 |
@@ -40,7 +40,7 @@ class Server
|
|||||||
'params' => $attributes
|
'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", [
|
$response = $this->client->post("api.php", [
|
||||||
'headers' => [
|
'headers' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user