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

12 lines
218 B
PHP

<h1>
Paramètres
</h1>
<p class="center_item">
Aucune modification n'a été détectée.
<br/>
Redirection en cours veuillez patienter...
</p>
<?php
header("Refresh:5 ; URL=index.php?page=account");
?>