We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ae3a4 commit 5eb49b5Copy full SHA for 5eb49b5
app/RemoteSite/Connection.php
@@ -53,10 +53,10 @@ public function performExtractionRequest(array $requestData): array
53
{
54
$request = new Request(
55
'POST',
56
- $this->baseUrl . '/extract.php'
+ $this->baseUrl . '/index.php?jautoupdate=1'
57
);
58
59
- $data['password'] = $this->key;
+ $requestData['password'] = $this->key;
60
61
// Get result
62
$response = $this->performHttpRequest(
0 commit comments