diff --git a/logout.php b/logout.php index f2085fa..b772f01 100644 --- a/logout.php +++ b/logout.php @@ -1,7 +1,7 @@ \ No newline at end of file +session_regenerate_id(true); +header("Location: index.php"); +exit;