Missing $
This commit is contained in:
@@ -29,7 +29,7 @@ class Inbox extends BaseModule
|
|||||||
$filename = 'failed-activitypub';
|
$filename = 'failed-activitypub';
|
||||||
}
|
}
|
||||||
|
|
||||||
$tempfile = tempnam(get_temppath(), filename);
|
$tempfile = tempnam(get_temppath(), $filename);
|
||||||
file_put_contents($tempfile, json_encode(['header' => $_SERVER, 'body' => $postdata]));
|
file_put_contents($tempfile, json_encode(['header' => $_SERVER, 'body' => $postdata]));
|
||||||
|
|
||||||
System::httpExit(200);
|
System::httpExit(200);
|
||||||
|
|||||||
Reference in New Issue
Block a user