Thanks page prevent from refreshing

This commit is contained in:
Bertrand 2012-05-25 11:01:52 +02:00
commit 675eb067aa
2 changed files with 38 additions and 3 deletions

View file

@ -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>