bcom/change_password.php

15 lines
356 B
PHP

<?php
session_start();
include_once 'includes/bdd.php';
?>
<!DOCTYPE html>
<html>
<head>
<?php include 'includes/meta.php'; ?>
</head>
<body>
<?php include 'includes/header.php'; ?>
<div id="passwordChangedText">Votre mot de passe &agrave; bien &eacute;t&eacute; chang&eacute; !</div>
<?php include 'includes/footer.php'; ?>
</body>
</html>