Sytax fixes
This commit is contained in:
parent
b8a6dda082
commit
fe3d73f79b
@ -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