From 01bb03134b5fd3797cbcf992104a3b6179b7f152 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 26 Oct 2005 22:30:57 +0000 Subject: Finished message sorting and fixed some skin issues --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index f10886f36..fe930feb3 100644 --- a/index.php +++ b/index.php @@ -141,7 +141,7 @@ else if ($_action=='logout' && isset($_SESSION['user_id'])) } // check session cookie and auth string -else if ($_action!='login' && $sess_auth) +else if ($_action!='login' && $sess_auth && $_SESSION['user_id']) { if ($_auth !== $sess_auth || $_auth != rcmail_auth_hash($_SESSION['client_id'], $_SESSION['auth_time']) || ($CONFIG['session_lifetime'] && $SESS_CHANGED + $CONFIG['session_lifetime']*60 < mktime())) -- cgit v1.2.3