typo
This commit is contained in:
parent
8b7ab90836
commit
e8a888caab
@ -189,7 +189,7 @@ class HTTPSig {
|
||||
|
||||
$x = self::sign($request,$head,$prvkey,$alg);
|
||||
|
||||
$headerval = keyId="' . $keyid . '",algorithm="' . $algorithm
|
||||
$headerval = 'keyId="' . $keyid . '",algorithm="' . $algorithm
|
||||
. '",headers="' . $x['headers'] . '",signature="' . $x['signature'] . '"';
|
||||
|
||||
if($crypt_key) {
|
||||
|
Reference in New Issue
Block a user