mirror of
				https://gitlab.crans.org/nounous/ghostream.git
				synced 2025-11-04 00:32:04 +01:00 
			
		
		
		
	Don't use vars
This commit is contained in:
		@@ -50,7 +50,7 @@ func viewerGetHandler(w http.ResponseWriter, r *http.Request) {
 | 
			
		||||
	// Get stream ID from URL, or from domain name
 | 
			
		||||
	path := r.URL.Path[1:]
 | 
			
		||||
	if cfg.OneStreamPerDomain {
 | 
			
		||||
		var host = r.Host
 | 
			
		||||
		host := r.Host
 | 
			
		||||
		if strings.Contains(host, ":") {
 | 
			
		||||
			realHost, _, err := net.SplitHostPort(r.Host)
 | 
			
		||||
			if err != nil {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user