Basically init iguess?
This commit is contained in:
6
logout.php
Normal file
6
logout.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
header('Location: login.html');
|
||||
exit();
|
||||
?>
|
Reference in New Issue
Block a user