First commit based on v0.1
This commit is contained in:
11
logout.php
Normal file
11
logout.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
include("header.php");
|
||||
|
||||
// clear and destroy session
|
||||
$_SESSION = array();
|
||||
session_destroy();
|
||||
|
||||
header("Location: index.php");
|
||||
|
||||
include("footer.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user