Show
Ignore:
Timestamp:
05/01/05 21:22:02 (8 years ago)
Author:
fproulx
Message:

2005-04-30 Francois Proulx <francois.proulx@…>

  • Logout button will now destroy session AND render token USED
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Authenticator.php

    r530 r609  
    8282                // Stop traffic counters update 
    8383                global $db; 
    84                 $db->ExecSqlUpdate("UPDATE connections SET "."timestamp_out=NOW(),"."token_status='".TOKEN_USED."' "."WHERE conn_id='{$info['conn_id']}';\n"); 
     84                $db->ExecSqlUpdate("UPDATE connections SET "."timestamp_out=NOW(),"."token_status='".TOKEN_USED."' "."WHERE conn_id='{$info['conn_id']}';\n", false); 
    8585        } 
    8686