Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
JWaldecker committed Oct 16, 2016
1 parent b62b24d commit 1218541
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ Recomended installation is using [Composer], if you do not have [Composer] what
In the root of your project execute the following:

```sh
$ composer require lumaserv/proxmoxve ~4.0.3
$ composer require lumaserv/proxmoxve ~4.0.4
```

Or add this to your `composer.json` file:

```json
{
"require": {
"lumaserv/proxmoxve": "~4.0.3"
"lumaserv/proxmoxve": "~4.0.4"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["Proxmox", "API", "KVM", "OpenVZ", "Virtualization"],
"homepage": "https://github.com/LUMASERV/ProxmoxVE",
"license": "MIT",
"version": "v4.0.3",
"version": "v4.0.4",

"authors": [
{
Expand Down
6 changes: 1 addition & 5 deletions src/Proxmox.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,7 @@ private function requestResource($actionPath, $params = [], $method = 'GET')

$jar = CookieJar::fromArray([
'PVEAuthCookie' => $this->authToken->getTicket()
], null);

// $cookies = [
// 'PVEAuthCookie' => $this->authToken->getTicket(),
// ];
], '.');

if ($method != 'GET') {
$headers = [
Expand Down

0 comments on commit 1218541

Please sign in to comment.