From 86958f70d2970704e9ec6935d65e294c077143ea Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sun, 18 Mar 2007 14:46:03 -0400 Subject: [PATCH] Improved contacts drop down; HTML output improvements; JS code cleanup --- index.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/index.php b/index.php index 8219be4..eaecfdf 100644 --- a/index.php +++ b/index.php @@ -195,7 +195,7 @@ } // 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())) -- Gitblit v1.9.1