Ignore:
Timestamp:
Feb 3, 2008 9:02:46 AM (5 years ago)
Author:
till
Message:
  • cs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r997 r1003  
    236236   
    237237  // check session filetime 
    238   if (!empty($CONFIG['session_lifetime']) && isset($SESS_CHANGED) && $SESS_CHANGED + $CONFIG['session_lifetime']*60 < time()) 
     238  if (!empty($CONFIG['session_lifetime']) && isset($SESS_CHANGED) 
     239      && $SESS_CHANGED + $CONFIG['session_lifetime']*60 < time()) 
    239240    $valid = false; 
    240241   
Note: See TracChangeset for help on using the changeset viewer.