Initial commit
This commit is contained in:
7
logout.php
Normal file
7
logout.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
session_start();
|
||||
if(session_destroy()) // Destroying All Sessions
|
||||
{
|
||||
header("Location: index.php"); // Redirecting To Home Page
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user