logout page created
This commit is contained in:
parent
53dd39f065
commit
9555852f38
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?php
|
||||||
|
session_start();
|
||||||
|
unset($_SESSION['loggedin']);
|
||||||
|
header('Location: ../index.php');
|
||||||
|
echo '<p>Logged Out</p>';
|
||||||
|
?>
|
||||||
Loading…
Reference in New Issue