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