diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-20 23:57:44 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-20 23:57:44 -0700 |
commit | 6e9e267b2750df331a4a9d6d5910714bec738ec0 (patch) | |
tree | f7f2b6096e8a51d393c3a7a31ed1fd18126b595b /Zotlabs/Web | |
parent | 2e9336beb5c3881b7f17cd4ffca29894344c779c (diff) | |
download | volse-hubzilla-6e9e267b2750df331a4a9d6d5910714bec738ec0.tar.gz volse-hubzilla-6e9e267b2750df331a4a9d6d5910714bec738ec0.tar.bz2 volse-hubzilla-6e9e267b2750df331a4a9d6d5910714bec738ec0.zip |
provide a space between link header params
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r-- | Zotlabs/Web/HTTPSig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index 28a7b3b55..986e10d73 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -20,7 +20,7 @@ class HTTPSig { return $digest; } - // See draft-cavage-http-signatures-07 + // See draft-cavage-http-signatures-08 static function verify($data,$key = '') { |