diff options
author | Mario <mario@mariovavti.com> | 2020-11-08 12:55:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-08 12:55:32 +0000 |
commit | 255b6a14a8d993a086dc790e8c4dbe64ce6e3e48 (patch) | |
tree | a3b3fb650c9ffc117d4c0b871686c1309642b796 /Zotlabs/Zot6 | |
parent | e98804693dfde4a6da075fc9fdf85a0ac12c3658 (diff) | |
download | volse-hubzilla-255b6a14a8d993a086dc790e8c4dbe64ce6e3e48.tar.gz volse-hubzilla-255b6a14a8d993a086dc790e8c4dbe64ce6e3e48.tar.bz2 volse-hubzilla-255b6a14a8d993a086dc790e8c4dbe64ce6e3e48.zip |
less hubloc confusion
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; |