commented logout.php

This commit is contained in:
Thies Mueller 2021-01-12 17:01:00 +01:00
parent fc63a94627
commit 6fcf0ce5e6

View File

@ -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();