mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: fix exporting surge config file without file name
This commit is contained in:
		| @@ -21,6 +21,9 @@ class Surge | |||||||
|         $servers = $this->servers; |         $servers = $this->servers; | ||||||
|         $user = $this->user; |         $user = $this->user; | ||||||
|  |  | ||||||
|  |         $appName = config('v2board.app_name', 'V2Board'); | ||||||
|  |         header("content-disposition:attachment;filename*=UTF-8''".rawurlencode($appName).".conf"); | ||||||
|  |  | ||||||
|         $proxies = ''; |         $proxies = ''; | ||||||
|         $proxyGroup = ''; |         $proxyGroup = ''; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user