Home
last modified time | relevance | path

Searched refs:log_login (Results 1 – 2 of 2) sorted by relevance

/plugin/statistics/
H A Daction.php129 $hlp->Logger()->log_login($type);
139 $hlp->Logger()->log_login('C', $event->data['params'][0]);
/plugin/statistics/inc/
H A DStatisticsLogger.class.php472 public function log_login($type, $user = '') { function in StatisticsLogger