First commit
This commit is contained in:
10
logout.php
Normal file
10
logout.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
include("config.php");
|
||||
include("check_login.php");
|
||||
|
||||
session_start();
|
||||
session_destroy();
|
||||
header('Location: login.php');
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user