Ajouter logout.php
This commit is contained in:
parent
c648bea3de
commit
f33ef6743d
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?php
|
||||||
|
session_start();
|
||||||
|
session_destroy();
|
||||||
|
header("Location: index.php");
|
||||||
Loading…
Reference in New Issue