mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 04:27:22 +08:00
add user ban log from cleanup.php
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'ban_user_with_leech_warning_expired' => 'Banned by system because of leech warning expired.',
|
||||
'delete_user_unconfirmed' => 'Delete by system because of unconfired excess deadline.',
|
||||
'delete_user_no_transfer_alt_last_access_time' => 'Delete inactive user accounts, no transfer. Alt: last access time.',
|
||||
'delete_user_no_transfer_alt_last_register_time' => 'Delete inactive user accounts, no transfer. Alt: register time.',
|
||||
'delete_user_not_parked' => 'Delete inactive user accounts, not parked.',
|
||||
'delete_user_parked' => 'Delete inactive user accounts, parked.',
|
||||
];
|
||||
Reference in New Issue
Block a user