mirror of
				https://github.com/bjdgyc/anylink.git
				synced 2025-11-04 19:16:22 +08:00 
			
		
		
		
	@@ -28,11 +28,11 @@ func LinkHome(w http.ResponseWriter, r *http.Request) {
 | 
				
			|||||||
		return
 | 
							return
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if index.Homecode > 0 {
 | 
						if index.Homecode != http.StatusOK {
 | 
				
			||||||
		w.WriteHeader(index.Homecode)
 | 
							w.WriteHeader(index.Homecode)
 | 
				
			||||||
	} else {
 | 
							return
 | 
				
			||||||
		w.WriteHeader(http.StatusOK)
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						w.WriteHeader(http.StatusOK)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// if index.Homeindex == "" {
 | 
						// if index.Homeindex == "" {
 | 
				
			||||||
	// 	index.Homeindex = "AnyLink 是一个企业级远程办公 SSL VPN 软件,可以支持多人同时在线使用。"
 | 
						// 	index.Homeindex = "AnyLink 是一个企业级远程办公 SSL VPN 软件,可以支持多人同时在线使用。"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user