Thanks page prevent from refreshing
This commit is contained in:
parent
96ef765d39
commit
675eb067aa
2 changed files with 38 additions and 3 deletions
|
|
@ -111,13 +111,13 @@ cette adresse email.\n\n"
|
|||
echo ("Error with the email");
|
||||
//*/
|
||||
}
|
||||
|
||||
header("Location: ./thanks.html");
|
||||
}
|
||||
else
|
||||
header("Location: ./");
|
||||
|
||||
?>
|
||||
|
||||
/*
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf8" />
|
||||
|
|
@ -154,6 +154,6 @@ else
|
|||
<a href="index.html">Proposer une nouvelle question</a>
|
||||
</p>
|
||||
</article>
|
||||
|
||||
*/
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Reference in a new issue