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 db8d256 commit 0bf3b2bCopy full SHA for 0bf3b2b
cpaneluapi.class
@@ -50,7 +50,7 @@ class cpanelUAPI
50
{
51
$this->type = $this->ssl == 1 ? "https://" : "http://";
52
$this->requestUrl = $this->type . $this->server . ':' . $this->port . '/execute/';
53
- $this->auth = base64_encode($user . ":" . $pass);
+ $this->auth = base64_encode($this->user . ":" . $this->pass);
54
}
55
56
/**
0 commit comments