The following files exists in this folder. Click to view.
logout.php8 lines UTF-8 Unix (LF) 12345678
<?php
session_start(); // Öppna sessionen
session_unset(); // Ta bort sessionens innehåll
session_destroy(); // Förstör sessionen
// Skicka vidare till index.php med meddelande
header('location: index.php?mess=Du har blivit utloggad.');