Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
f43577ec
Commit
f43577ec
authored
Nov 23, 2020
by
Mario
Browse files
add logging
parent
c648c38f
Pipeline
#365592
passed with stage
in 3 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Zotlabs/Web/HTTPSig.php
View file @
f43577ec
...
...
@@ -212,6 +212,9 @@ class HTTPSig {
static
function
get_key
(
$key
,
$keytype
,
$id
)
{
if
(
is_array
(
$key
))
btlogger
(
'key is array: '
.
print_r
(
$key
,
true
));
if
(
$key
)
{
if
(
function_exists
(
$key
))
{
return
$key
(
$id
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment