diff options
author | Mario <mario@mariovavti.com> | 2020-11-12 09:00:56 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-12 09:00:56 +0000 |
commit | 06273e980e7aa978d0145f1e5ecd92cbc2aef66e (patch) | |
tree | a03f9f11785b6baf6af7a2cccb8b1acc6613abef /Zotlabs/Zot6 | |
parent | bafbf0416462c6f18c3fb6c8c06a063c8d6fdae6 (diff) | |
parent | c879e5de44d8a29fb3d3aa0902f44a85add8ef99 (diff) | |
download | volse-hubzilla-5.0.1.tar.gz volse-hubzilla-5.0.1.tar.bz2 volse-hubzilla-5.0.1.zip |
Merge branch 'dev'5.0.1
Diffstat (limited to 'Zotlabs/Zot6')
-rw-r--r-- | Zotlabs/Zot6/Receiver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Zot6/Receiver.php b/Zotlabs/Zot6/Receiver.php index 9e70ab318..a9a7ab0df 100644 --- a/Zotlabs/Zot6/Receiver.php +++ b/Zotlabs/Zot6/Receiver.php @@ -155,7 +155,7 @@ class Receiver { $result = false; - $this->sigdata = HTTPSig::verify($this->rawdata); + $this->sigdata = HTTPSig::verify($this->rawdata, EMPTY_STR, 'zot6'); if ($this->sigdata && $this->sigdata['header_signed'] && $this->sigdata['header_valid']) { $result = true; |