oops now stuff doesnt work

This commit is contained in:
notfire 2024-12-09 17:55:38 -05:00
parent 20ccba81c4
commit 93e7742c61
No known key found for this signature in database
GPG key ID: 3AFDACAAB4E56B16

View file

@ -27,7 +27,7 @@ if ($arr["iscwed"] == "t") {
http_build_query(array('status' => "question: {$contentO}\nresponse: {$contentR}", 'visibility' => "{$fediVisibility}", 'spoiler_text' => "anonymous question response (automated)")));
}
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_exec($ch);
curl_close($ch);