diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-12 11:36:25 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-12 11:36:25 -0700 |
commit | e6c166a182f53be9abb819b9c8a80275fc815d29 (patch) | |
tree | 1bd47adb93b082c509a1fc6876b7be63972b663f /Zotlabs/Web | |
parent | 6acd96fd33038f0e3535af6861d1ba658098abc8 (diff) | |
download | volse-hubzilla-e6c166a182f53be9abb819b9c8a80275fc815d29.tar.gz volse-hubzilla-e6c166a182f53be9abb819b9c8a80275fc815d29.tar.bz2 volse-hubzilla-e6c166a182f53be9abb819b9c8a80275fc815d29.zip |
sort out the notification ids
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r-- | Zotlabs/Web/HTTPSig.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index 445ba200b..1c66b8cf4 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -72,7 +72,8 @@ class HTTPSig { return $result; } - logger('sig_block: ' . print_r($sig_block,true), LOGGER_DATA); + // Warning: This log statement includes binary data + // logger('sig_block: ' . print_r($sig_block,true), LOGGER_DATA); $result['header_signed'] = true; |