mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 23:24:43 +02:00
Statlog to config
This commit is contained in:
parent
322274a115
commit
00a0e131b4
2 changed files with 15 additions and 1 deletions
|
@ -92,7 +92,14 @@ function userLogin(client, username, password, cb) {
|
|||
userId : user.userId,
|
||||
sessionId : user.sessionId,
|
||||
});
|
||||
return StatLog.appendSystemLogEntry('user_login_history', historyItem, loginHistoryMax, StatLog.KeepType.Max, callback);
|
||||
|
||||
return StatLog.appendSystemLogEntry(
|
||||
'user_login_history',
|
||||
historyItem,
|
||||
loginHistoryMax,
|
||||
StatLog.KeepType.Max,
|
||||
callback
|
||||
);
|
||||
}
|
||||
],
|
||||
err => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue