mirror of
https://github.com/v2board/v2board.git
synced 2025-01-25 23:49:09 +08:00
1.2.4
This commit is contained in:
parent
075f7b39a8
commit
a2278487ee
@ -74,7 +74,7 @@ class ResetTraffic extends Command
|
|||||||
array_push($users, $item->id);
|
array_push($users, $item->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (($today === $lastDay) && in_array($expireDay, ['29', '30', '31'])) {
|
if (($today === $lastDay) && $expireDay >= $lastDay) {
|
||||||
array_push($users, $item->id);
|
array_push($users, $item->id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user