diff --git a/ucp.php b/ucp.php index 528efa4..1689b24 100644 --- a/ucp.php +++ b/ucp.php @@ -30,6 +30,7 @@ switch ($_GET['page']) { session_start(); $_SESSION['flash'] = "Sucessfully logged out"; header('Location: index.php'); + exit(); break; } case "settings": {