diff --git a/index.php b/index.php index 27d9f32..23826f3 100644 --- a/index.php +++ b/index.php @@ -55,6 +55,7 @@ if ($handle = opendir('./plugins/')) { if(isset($_REQUEST['logout']) && $_REQUEST['logout'] == '1') { $_SESSION = array(); + header('Location: index.php'); } if(isset($_SESSION['LOGIN']) && $_SESSION['LOGIN'] == 'true') {