NetBeansProjects

This commit is contained in:
Clement Bouillot
2021-05-28 10:56:04 +02:00
commit 068f9156f9
121 changed files with 10836 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
/*
* deconnexion.php
*/
session_start();
session_unset();
header("location:index.php");
exit();