Skip to content
Permalink
Browse files
Update logout.php
  • Loading branch information
padmanabhj committed Dec 30, 2021
1 parent 3647bd2 commit 7acb4d4d4114597474df927fff6ff1aeeaa81982
Showing 1 changed file with 5 additions and 1 deletion.
@@ -4,5 +4,9 @@
session_start();
session_destroy();
$_SESSION['block'] = true;
if(isset($_SESSION['block']))
{
header('location: login.php');
}
header('location:login.php');
?>
?>

0 comments on commit 7acb4d4

Please sign in to comment.