Fix missing "

This commit is contained in:
Fred Boniface 2022-09-20 21:39:01 +01:00
parent cd7e005a69
commit 35f87460f6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
$detail = cleanInput($_POST["detail"]);
// Prepare $detail to POST
$body = "Athena Version: " . $athenaVersion . "\n\n" . User Agent: " . $ua_str . "\n\n Server PHP Version: " . PHP_VERSION . "\n\n" . $detail;
$body = "Athena Version: " . $athenaVersion . "\n\n" . "User Agent: " . $ua_str . "\n\n Server PHP Version: " . PHP_VERSION . "\n\n" . $detail;
// Call POST function
sendInput($title,$body);