mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: stat controller
This commit is contained in:
		| @@ -99,7 +99,7 @@ class StatController extends Controller | |||||||
|     { |     { | ||||||
|         $servers = [ |         $servers = [ | ||||||
|             'shadowsocks' => ServerShadowsocks::where('parent_id', null)->get()->toArray(), |             'shadowsocks' => ServerShadowsocks::where('parent_id', null)->get()->toArray(), | ||||||
|             'vmess' => ServerV2ray::where('parent_id', null)->get()->toArray(), |             'v2ray' => ServerV2ray::where('parent_id', null)->get()->toArray(), | ||||||
|             'trojan' => ServerTrojan::where('parent_id', null)->get()->toArray() |             'trojan' => ServerTrojan::where('parent_id', null)->get()->toArray() | ||||||
|         ]; |         ]; | ||||||
|         $startAt = strtotime('-1 day', strtotime(date('Y-m-d'))); |         $startAt = strtotime('-1 day', strtotime(date('Y-m-d'))); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user