mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-04 11:47:22 +02:00
Fix D/L stats
This commit is contained in:
parent
6cce013187
commit
098c24e48a
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ module.exports = {
|
|||
FileBaseAreaStats : 'file_base_area_stats', // object - see file_base_area.js::getAreaStats
|
||||
FileUlTotalCount : 'ul_total_count',
|
||||
FileUlTotalBytes : 'ul_total_bytes',
|
||||
FileDlTotalCount : 'dl_total_count',
|
||||
FileDlTotalBytes : 'dl_total_bytes',
|
||||
|
||||
MessageTotalCount : 'message_post_total_count', // total non-private messages on the system; non-persistent
|
||||
MessagesToday : 'message_post_today', // non-private messages posted/imported today; non-persistent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue