From 23bcfc5849a4f5ce0a3e8afbd1fa38011da9b33a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 28 Feb 2015 03:51:30 -0500 Subject: [PATCH] Fix "Add response" button title, remove wrong identities_level checks in Responses, fix cursor on some lists --- index.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/index.php b/index.php index 082f11e..39799ad 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /* +-------------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | - | Version 1.0.3 | + | Version 1.0.5 | | | | Copyright (C) 2005-2014, The Roundcube Dev Team | | | @@ -172,6 +172,7 @@ // end session (after optional referer check) else if ($RCMAIL->task == 'logout' && isset($_SESSION['user_id']) + && $RCMAIL->check_request(rcube_utils::INPUT_GET) && (!$RCMAIL->config->get('referer_check') || rcube_utils::check_referer()) ) { $userdata = array( -- Gitblit v1.9.1