1 2 3 4 5 6 7
<?php // effet du bouton déconnexion session_start(); $_SESSION['motdepasse'] = 0; session_destroy(); header('Location: index.php'); ?>