Changed validation page
This commit is contained in:
parent
6ebaf0fecf
commit
b403eff562
2 changed files with 12 additions and 9 deletions
|
|
@ -58,7 +58,7 @@ if (!empty($question))
|
|||
."-- \nNemubot.";
|
||||
|
||||
|
||||
if (mail($to, $subject, $message, $headers))
|
||||
if ($question->mail_utf8($to, $subject, $message, $headers))
|
||||
{
|
||||
$fileQ->save();
|
||||
header("Location: ./thanksConfirmation.php");
|
||||
|
|
|
|||
Reference in a new issue