burger-quizz/view/account/edit_succes.php
2018-06-07 10:57:43 +02:00

14 lines
206 B
PHP

<h1>
Paramètre de compte
</h1>
<p>
Les modifications ont été enregistrées avec succès !
<br/>
Redirection en cours ...
</p>
<?php
header("Refresh: 3; URL=index.php?page=account");
?>