mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -57,7 +57,7 @@ class AppController extends Controller | ||||
|             abort(500, '参数错误'); | ||||
|         } | ||||
|         $user = $request->user; | ||||
|         if ($user->expired_at < time() || $user->expired_at !== NULL) { | ||||
|         if ($user->expired_at < time() && $user->expired_at !== NULL) { | ||||
|             abort(500, '订阅计划已过期'); | ||||
|         } | ||||
|         $server = Server::where('show', 1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user