Initial commit
This commit is contained in:
5
var/www/html/logout.php
Normal file
5
var/www/html/logout.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
header('Location: login.php');
|
||||
?>
|
Reference in New Issue
Block a user