mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	update: remove ga & fix route
This commit is contained in:
		| @@ -40,6 +40,9 @@ class RouteController extends Controller | ||||
|             'action.in' => '动作类型参数有误' | ||||
|         ]); | ||||
|         $params['match'] = array_filter($params['match']); | ||||
|         // TODO: remove on 1.8.0 | ||||
|         $params['match'] = json_encode($params['match']); | ||||
|         // TODO: remove on 1.8.0 | ||||
|         if ($request->input('id')) { | ||||
|             try { | ||||
|                 $route = ServerRoute::find($request->input('id')); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user