Update logout.php
This commit is contained in:
parent
3e40cd4f96
commit
611cd10d5a
@ -1,5 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
$_SESSION['authenticated'] = false;
|
||||
session_destroy();
|
||||
header("Location: index.php"); // you can enter home page here ( Eg : header("Location: " ."http://www.krizna.com");
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user