commented logout.php
This commit is contained in:
parent
fc63a94627
commit
6fcf0ce5e6
@ -6,6 +6,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php
|
<?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_start();
|
||||||
session_destroy();
|
session_destroy();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user