mirror of
https://github.com/v2board/v2board.git
synced 2024-11-14 07:29:13 +08:00
update
This commit is contained in:
parent
0de055a36b
commit
17e626493a
@ -65,7 +65,7 @@ class SendRemindMail extends Command
|
|||||||
if (($ud / $transfer_enable * 100) < 80) return false;
|
if (($ud / $transfer_enable * 100) < 80) return false;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (isWarnValue()) {
|
if (isWarnValue(($user->u + $user->d), $user->transfer_enable)) {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user