mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
* WIP user list - mostly complete
* Some code cleanup / renaming
This commit is contained in:
parent
b2509e9208
commit
e36507fec1
9 changed files with 144 additions and 9 deletions
|
@ -3,9 +3,9 @@
|
|||
|
||||
var userDb = require('./database.js').dbs.user;
|
||||
|
||||
exports.getUserLoginHistory = getUserLoginHistory;
|
||||
exports.getSystemLoginHistory = getSystemLoginHistory;
|
||||
|
||||
function getUserLoginHistory(numRequested, cb) {
|
||||
function getSystemLoginHistory(numRequested, cb) {
|
||||
|
||||
numRequested = Math.max(1, numRequested);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue