Final fix of report form for today
This commit is contained in:
parent
b3fc805763
commit
1f7c597c39
@ -25,7 +25,7 @@
|
|||||||
$detail = cleanInput($_POST["detail"]);
|
$detail = cleanInput($_POST["detail"]);
|
||||||
|
|
||||||
// Prepare $detail to POST
|
// 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
|
// Call POST function
|
||||||
sendInput($title,$body);
|
sendInput($title,$body);
|
||||||
|
Reference in New Issue
Block a user