Changeset 1003 in subversion for trunk/roundcubemail/program/include/main.inc
- Timestamp:
- Feb 3, 2008 9:02:46 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r997 r1003 236 236 237 237 // 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()) 239 240 $valid = false; 240 241
Note: See TracChangeset
for help on using the changeset viewer.
