Final fix of report form for today

This commit is contained in:
Fred Boniface 2022-09-20 21:43:45 +01:00
parent b3fc805763
commit 1f7c597c39
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,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\nUser Comments:\n" . $detail;
// Call POST function
sendInput($title,$body);