Fix missing "
This commit is contained in:
parent
cd7e005a69
commit
35f87460f6
@ -22,7 +22,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\n" . $detail;
|
||||||
|
|
||||||
// Call POST function
|
// Call POST function
|
||||||
sendInput($title,$body);
|
sendInput($title,$body);
|
||||||
|
Reference in New Issue
Block a user