Pass correct headers to httpRequest
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
0f1f046488
commit
1d08dd281b
@ -183,7 +183,7 @@ function PMA_sendErrorReport($report)
|
||||
"POST",
|
||||
false,
|
||||
json_encode($report),
|
||||
"Content-Type: application/json\r\n"
|
||||
"Content-Type: application/json"
|
||||
);
|
||||
return $response;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user