mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +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; | ||||
|         $day = date('d', $user->expired_at); | ||||
|         $today = date('d', strtotime('-1 day')); | ||||
|         $today = date('d'); | ||||
|         $lastDay = date('d', strtotime('last day of +0 months')); | ||||
|  | ||||
|         if ((int)config('v2board.reset_traffic_method') === 0) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user