php-integration #21
@ -41,7 +41,7 @@
|
||||
);
|
||||
|
||||
// Prepare $detail to POST
|
||||
$body = "User Agent: ", $ua_str, "\n Server PHP Version: ", PHP_VERSION, "\n", $detail;
|
||||
$body = "User Agent: " . $ua_str . "\n Server PHP Version: " . PHP_VERSION . "\n" . $detail;
|
||||
|
||||
// Prepare the request
|
||||
$rawData = array(
|
||||
|
Reference in New Issue
Block a user