aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-16 18:20:17 -0700
committerzotlabs <mike@macgirvin.com>2017-10-16 18:20:17 -0700
commit9497c6c0f7470800a54b0c8f60467f675b32c5ed (patch)
tree99092dcb6b503cf92633395325cdfb2f25cd299d /Zotlabs/Web
parent4dd05dc4e88171fb2bcaacde8c0699f64f6bb7e5 (diff)
parentb8a9390f49bf69f3a982cb44e7dfab6e55e6e5d3 (diff)
downloadvolse-hubzilla-9497c6c0f7470800a54b0c8f60467f675b32c5ed.tar.gz
volse-hubzilla-9497c6c0f7470800a54b0c8f60467f675b32c5ed.tar.bz2
volse-hubzilla-9497c6c0f7470800a54b0c8f60467f675b32c5ed.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r--Zotlabs/Web/HTTPSig.php3
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;