Commit 3cc5defd authored by Maneesha Fernando's avatar Maneesha Fernando Committed by GitHub

Delete logout.php

parent 4b93ab51
<?php
session_start();
session_unset();
session_destroy();
header("location:index.php");
exit();
?>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment