Sytax fixes

This commit is contained in:
Fred Boniface 2022-09-18 20:32:11 +01:00
parent b8a6dda082
commit fe3d73f79b
1 changed files with 1 additions and 1 deletions

View File

@ -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(