diff options
author | zotlabs <mike@macgirvin.com> | 2018-11-14 18:07:39 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-11-14 18:07:39 -0800 |
commit | 65a8965e85853b624f64a03930dfbe39a1a339cc (patch) | |
tree | 27146d73c890a3733bd643c47b244e45eed542db /Zotlabs/Web/HTTPSig.php | |
parent | ab2376f8d85877f95c20fad3a3ece4ef517e083b (diff) | |
download | volse-hubzilla-65a8965e85853b624f64a03930dfbe39a1a339cc.tar.gz volse-hubzilla-65a8965e85853b624f64a03930dfbe39a1a339cc.tar.bz2 volse-hubzilla-65a8965e85853b624f64a03930dfbe39a1a339cc.zip |
extra logging
Diffstat (limited to 'Zotlabs/Web/HTTPSig.php')
-rw-r--r-- | Zotlabs/Web/HTTPSig.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index f27aa0556..0ec534948 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -342,6 +342,10 @@ class HTTPSig { */ static function parse_sigheader($header) { + if(is_array($header)) { + btlogger('is_array: ' . print_r($header,true)); + } + $ret = []; $matches = []; |