commented logout.php
This commit is contained in:
parent
fc63a94627
commit
6fcf0ce5e6
@ -6,6 +6,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
//just start a session and destroy it. afterwards go back to the start page (thats what the http-equiv refresh does)
|
||||
session_start();
|
||||
session_destroy();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user