Initial commit
This commit is contained in:
commit
0d798846b0
26 changed files with 1499 additions and 0 deletions
6
admin/logout.php
Normal file
6
admin/logout.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
session_start();
|
||||
session_unset();
|
||||
session_destroy();
|
||||
header("location:../index.php");
|
||||
?>
|
||||
Loading…
Reference in a new issue