mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	support clash x
This commit is contained in:
		| @@ -29,7 +29,7 @@ class ClientController extends Controller | ||||
|         if(strpos($_SERVER['HTTP_USER_AGENT'], 'Quantumult') !== false) { | ||||
|           die($this->quantumult($user, $server)); | ||||
|         } | ||||
|         if(strpos($_SERVER['HTTP_USER_AGENT'], 'clash_win') !== false) { | ||||
|         if(strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'clash') !== false) { | ||||
|           die($this->clash($user, $server)); | ||||
|         } | ||||
|         die($this->origin($user, $server)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user