diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-03-18 18:46:03 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-03-18 18:46:03 +0000 |
| commit | 542100f52706cb2b433250d9d8d10c039b8becaa (patch) | |
| tree | 2a9dfa70cab839af13fccc2952ff4b724867911a /roundcubemail/index.php | |
| parent | 63b816e27263b8fb45aee0273e8cfe822f7428c1 (diff) | |
Improved contacts drop down; HTML output improvements; JS code cleanup
git-svn-id: https://svn.roundcube.net/trunk@510 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 8219be46e..eaecfdfc2 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -195,7 +195,7 @@ else if ($_action=='logout' && isset($_SESSION['user_id'])) } // check session and auth cookie -else if ($_action!='login' && $_SESSION['user_id']) +else if ($_action != 'login' && $_SESSION['user_id'] && $_action != 'send') { if (!rcmail_authenticate_session() || (!empty($CONFIG['session_lifetime']) && isset($SESS_CHANGED) && $SESS_CHANGED + $CONFIG['session_lifetime']*60 < mktime())) |
