init
This commit is contained in:
8
119/signout.php
Normal file
8
119/signout.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
session_unset();
|
||||
session_destroy();
|
||||
|
||||
|
||||
?>
|
||||
<h2>Logout Success!</h2>
|
||||
echo '<script>window.location.reload();</script>';
|
||||
Reference in New Issue
Block a user