mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
userdetails page show bonus table
This commit is contained in:
@@ -1019,6 +1019,15 @@ function docleanup($forceAll = 0, $printProgress = false) {
|
||||
if ($printProgress) {
|
||||
printProgress($log);
|
||||
}
|
||||
|
||||
//remove duplicate user ban logs
|
||||
$log = "clear user ban log duplicate";
|
||||
\App\Models\UserBanLog::clearUserBanLogDuplicate();
|
||||
do_log($log);
|
||||
if ($printProgress) {
|
||||
printProgress($log);
|
||||
}
|
||||
|
||||
$log = 'Full cleanup is done';
|
||||
do_log($log);
|
||||
if ($printProgress) {
|
||||
|
||||
Reference in New Issue
Block a user