From fe3d73f79be743328ad146cacb07633f538c61f8 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 18 Sep 2022 20:32:11 +0100 Subject: [PATCH] Sytax fixes --- report-issue/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report-issue/index.php b/report-issue/index.php index 3d3f036..c7d00f2 100644 --- a/report-issue/index.php +++ b/report-issue/index.php @@ -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(