From af621d40d460dec6562664b636fc350d1d8fb9c6 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 19 Oct 2006 00:41:07 +0000 Subject: feature 564: logs in the history table each user login feature 562: possibility to log page visits for any combination of administrators/users/guests git-svn-id: http://piwigo.org/svn/trunk@1565 68402e56-0260-453c-a942-63ccdbb3a9ee --- identification.php | 1 + 1 file changed, 1 insertion(+) (limited to 'identification.php') diff --git a/identification.php b/identification.php index 9bfdef96f..d37434682 100644 --- a/identification.php +++ b/identification.php @@ -64,6 +64,7 @@ SELECT '.$conf['user_fields']['id'].' AS id, $remember_me = true; } log_user($row['id'], $remember_me); + pwg_log_login( $username ); redirect(empty($redirect_to) ? make_index_url() : $redirect_to); } else -- cgit v1.2.3