mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: reset day
This commit is contained in:
		| @@ -165,7 +165,7 @@ class UserController extends Controller | |||||||
|     { |     { | ||||||
|         if ($user->expired_at <= time() || $user->expired_at === NULL) return null; |         if ($user->expired_at <= time() || $user->expired_at === NULL) return null; | ||||||
|         $day = date('d', $user->expired_at); |         $day = date('d', $user->expired_at); | ||||||
|         $today = date('d', strtotime('-1 day')); |         $today = date('d'); | ||||||
|         $lastDay = date('d', strtotime('last day of +0 months')); |         $lastDay = date('d', strtotime('last day of +0 months')); | ||||||
|  |  | ||||||
|         if ((int)config('v2board.reset_traffic_method') === 0) { |         if ((int)config('v2board.reset_traffic_method') === 0) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user