mirror of
https://github.com/friendica/friendica
synced 2025-04-22 03:10:10 +00:00
Disabled logging
This commit is contained in:
parent
59c137b946
commit
5e3f71680c
2 changed files with 9 additions and 2 deletions
|
@ -25,6 +25,8 @@ class Inbox extends BaseModule
|
|||
System::httpExit(400);
|
||||
}
|
||||
|
||||
// Enable for test purposes
|
||||
/*
|
||||
if (HTTPSignature::getSigner($postdata, $_SERVER)) {
|
||||
$filename = 'signed-activitypub';
|
||||
} else {
|
||||
|
@ -35,7 +37,7 @@ class Inbox extends BaseModule
|
|||
file_put_contents($tempfile, json_encode(['argv' => $a->argv, 'header' => $_SERVER, 'body' => $postdata], JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE));
|
||||
|
||||
logger('Incoming message stored under ' . $tempfile);
|
||||
|
||||
*/
|
||||
if (!empty($a->argv[1])) {
|
||||
$user = DBA::selectFirst('user', ['uid'], ['nickname' => $a->argv[1]]);
|
||||
if (!DBA::isResult($user)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue