mirror of
https://github.com/envoyr/php-froxlor-client.git
synced 2026-04-28 12:24:08 +00:00
Update Server.php
This commit is contained in:
@@ -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