From 79fac2592cc53fb3f3d876f1cbcd5429816efb26 Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 6 Jan 2011 12:41:16 +0000 Subject: Make sure an existing session is killed/replaced when submitting login form git-svn-id: https://svn.roundcube.net/trunk@4396 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 47b08eff8..8c9370e8c 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -104,7 +104,7 @@ if ($RCMAIL->task == 'login' && $RCMAIL->action == 'login') { rcmail_log_login(); // restore original request parameters - $query = array(); + $query = array('_task' => 'mail'); if ($url = get_input_value('_url', RCUBE_INPUT_POST)) parse_str($url, $query); -- cgit v1.2.3