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 b00ee3c commit b8a9ddbCopy full SHA for b8a9ddb
src/AmpacheApi.php
@@ -146,7 +146,7 @@ public function connect()
146
$results = array();
147
$timestamp = time();
148
149
- $key = hash('sha256', $this->password);
+ $key = hash('sha256', $this->password); // this password is already hashed
150
$passphrase = hash('sha256', $timestamp . $key);
151
152
$options = array(
0 commit comments