New thamnks.php

This commit is contained in:
Bertrand 2012-05-25 11:14:34 +02:00
commit dea8d71c01
2 changed files with 10 additions and 49 deletions

View file

@ -111,9 +111,18 @@ cette adresse email.\n\n"
echo ("Error with the email");
//*/
}
header("Location: ./thanks.html?id=" . quest->getId());
header("Location: ./thanks.php?id=" . $quest->getId());
}
else
header("Location: ./");
?>
<html>
<head>
<meta charset="utf8" />
</head>
<body>
</body>
</html>