first commit
This commit is contained in:
commit
d975e212f9
35 changed files with 813 additions and 0 deletions
6
login/logout.php
Normal file
6
login/logout.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
|
||||
header('Location: index.php');
|
||||
exit();
|
Loading…
Add table
Add a link
Reference in a new issue