extra logging
This commit is contained in:
parent
ab2376f8d8
commit
65a8965e85
@ -342,6 +342,10 @@ class HTTPSig {
|
||||
*/
|
||||
static function parse_sigheader($header) {
|
||||
|
||||
if(is_array($header)) {
|
||||
btlogger('is_array: ' . print_r($header,true));
|
||||
}
|
||||
|
||||
$ret = [];
|
||||
$matches = [];
|
||||
|
||||
|
Reference in New Issue
Block a user