diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-13 13:45:33 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-13 13:45:33 -0800 |
commit | 08bea83c032675e93c789070e681aab212c1d2a4 (patch) | |
tree | e85c89ad4bf1c7dffb7f133bdf30ebd3821947c4 /Zotlabs/Web/HTTPSig.php | |
parent | 8892568652c2fc56e39611660d9bec4770c4354b (diff) | |
download | volse-hubzilla-08bea83c032675e93c789070e681aab212c1d2a4.tar.gz volse-hubzilla-08bea83c032675e93c789070e681aab212c1d2a4.tar.bz2 volse-hubzilla-08bea83c032675e93c789070e681aab212c1d2a4.zip |
unexpected openssl result
Diffstat (limited to 'Zotlabs/Web/HTTPSig.php')
-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 9a8c23a9b..9a6c3cd39 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -117,7 +117,7 @@ class HTTPSig { logger('verified: ' . $x, LOGGER_DEBUG); - if($x === false) + if(! intval($x)) return $result; if(! $spoofable) |