Add 'logout.php'

main
ezn 3 years ago
parent 2b6dc13780
commit 30d9047ebb

@ -0,0 +1,8 @@
<?php
session_start();
session_destroy();
header("Location: index.php");
exit;
?>
Loading…
Cancel
Save