diff options
author | thomascube <thomas@roundcube.net> | 2011-01-06 12:41:16 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-01-06 12:41:16 +0000 |
commit | c3be8ed64c601e0b15645664d58cec7ace17b5cb (patch) | |
tree | 81c9f63dfc12c4a0a1f0988735343cc14918d193 /index.php | |
parent | 56849c658b023ba8143c60435ddec2ee225fc11d (diff) |
Make sure an existing session is killed/replaced when submitting login form
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |