diff --git a/plugins/http_authentication/http_authentication.php b/plugins/http_authentication/http_authentication.php index 1ec14edff..4656ad124 100644 --- a/plugins/http_authentication/http_authentication.php +++ b/plugins/http_authentication/http_authentication.php @@ -85,6 +85,7 @@ class http_authentication extends rcube_plugin if (!empty($_SERVER['PHP_AUTH_USER']) && $args['user'] == $_SERVER['PHP_AUTH_USER']) { if ($url = rcmail::get_instance()->config->get('logout_url')) { header("Location: $url", true, 307); + exit; } } }