diff options
author | thomascube <thomas@roundcube.net> | 2007-03-18 18:46:03 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-03-18 18:46:03 +0000 |
commit | 86958f70d2970704e9ec6935d65e294c077143ea (patch) | |
tree | 43d9a57ffda90e2ff4f5adbe0ce64e335dc984a9 /index.php | |
parent | 43a42dcf405c1667f0f39150ffaa8bbda7d9d1a0 (diff) |
Improved contacts drop down; HTML output improvements; JS code cleanup
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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())) |