Ignore:
Timestamp:
Oct 19, 2006, 2:41:07 AM (18 years ago)
Author:
rvelices
Message:

feature 564: logs in the history table each user login
feature 562: possibility to log page visits for any combination of
administrators/users/guests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r1511 r1565  
    6565    }
    6666    log_user($row['id'], $remember_me);
     67    pwg_log_login( $username );
    6768    redirect(empty($redirect_to) ? make_index_url() : $redirect_to);
    6869  }
Note: See TracChangeset for help on using the changeset viewer.