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