Pass correct headers to httpRequest

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-02-22 09:21:58 +01:00
parent 0f1f046488
commit 1d08dd281b

View File

@ -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;
}