Changeset 4600 in subversion


Ignore:
Timestamp:
Mar 8, 2011 3:48:47 AM (2 years ago)
Author:
alec
Message:
  • small code cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/index.php

    r4599 r4600  
    9696  else if ($auth['valid'] && !$auth['abort'] && 
    9797        !empty($auth['host']) && !empty($auth['user']) && 
    98         $RCMAIL->login($auth['user'], $auth['pass'], $auth['host'])) { 
    99     // create new session ID 
     98        $RCMAIL->login($auth['user'], $auth['pass'], $auth['host']) 
     99  ) { 
     100    // create new session ID, don't destroy the current session 
     101    // it was destroyed already by $RCMAIL->kill_session() above 
    100102    $RCMAIL->session->remove('temp'); 
    101     // regenerate the session, don't destroy the current session 
    102     // it was destroyed already by $RCMAIL->kill_session() above 
    103103    $RCMAIL->session->regenerate_id(false); 
    104104 
Note: See TracChangeset for help on using the changeset viewer.