Changed validation page

This commit is contained in:
Bertrand 2012-06-11 23:38:11 +02:00
commit b403eff562
2 changed files with 12 additions and 9 deletions

View file

@ -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");