attendance ranking

This commit is contained in:
xiaomlove
2022-04-17 21:54:25 +08:00
parent 1c9708f19b
commit e98c589cce
32 changed files with 38 additions and 35 deletions

View File

@@ -89,7 +89,7 @@ $forumpostsperpage = $MAIN['postsperpage'];
$forumtopicsperpage_main = $MAIN['topicsperpage'];
$torrentsperpage_main = (int)$MAIN['torrentsperpage'];
$max_dead_torrent_time = $MAIN['max_dead_torrent_time'];
$maxusers = $MAIN['maxusers'];
$maxusers = (int)$MAIN['maxusers'];
$torrent_dir = $MAIN['torrent_dir'];
$iniupload_main = $MAIN['iniupload'];
$SITEEMAIL = $MAIN['SITEEMAIL'];