From ed52b9f109d8b6cfa0b8bb083069e2a7b4d61980 Mon Sep 17 00:00:00 2001 From: nilsding Date: Mon, 18 Aug 2014 15:08:15 +0200 Subject: [PATCH] added some exit() --- ucp.php | 1 + 1 file changed, 1 insertion(+) 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": {