mirror of
https://github.com/v2board/v2board.git
synced 2025-07-27 18:38:47 +08:00
fix: bug
This commit is contained in:
@ -29,7 +29,7 @@ class MailService
|
||||
|
||||
private function remindTrafficIsWarnValue($ud, $transfer_enable)
|
||||
{
|
||||
if ($ud <= 0) return false;
|
||||
if (!$ud) return false;
|
||||
if (!$transfer_enable) return false;
|
||||
$percentage = ($ud / $transfer_enable) * 100;
|
||||
if ($percentage < 80) return false;
|
||||
|
Reference in New Issue
Block a user