Ignore:
Timestamp:
Sep 8, 2006 11:16:47 AM (7 years ago)
Author:
thomasb
Message:

Updated MDB2 with MSSQL support + some cosmetics

File:
1 edited

Legend:

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

    r339 r341  
    186186  if (!$valid || ($_SERVER['REQUEST_METHOD']!='POST' && $now-$_SESSION['auth_time'] > 300)) 
    187187    { 
    188           $_SESSION['last_auth'] = $_SESSION['auth_time']; 
     188    $_SESSION['last_auth'] = $_SESSION['auth_time']; 
    189189    $_SESSION['auth_time'] = $now; 
    190190    setcookie('sessauth', rcmail_auth_hash(session_id(), $now)); 
Note: See TracChangeset for help on using the changeset viewer.