New thamnks.php
This commit is contained in:
parent
fd6e0f6221
commit
dea8d71c01
2 changed files with 10 additions and 49 deletions
|
|
@ -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>
|
||||
Reference in a new issue