Commit b26663a9 by Visgha Olivia

Upload New File

parent cf45f958
<?php
require_once 'common/database.php';
if(isset($_SESSION['logged_in'])){
unset($_SESSION['username']);
unset($_SESSION['logged_in']);
unset($_SESSION['id_role']);
session_destroy();
}
header("location: index.php");
?>
\ No newline at end of file
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