14 lines
206 B
PHP
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");
|
|
|
|
?>
|