Skip to content

Commit

Permalink
logout updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kopaljain03 committed Dec 17, 2021
1 parent ac39448 commit 03396e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
session_start();
session_unset();
session_destroy();
header("location: signin.php");
header("location: index.php");
?>

0 comments on commit 03396e4

Please sign in to comment.