mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	one more splash
This commit is contained in:
		
							parent
							
								
									1e6f3ded78
								
							
						
					
					
						commit
						74fb1a0fe9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -348,7 +348,7 @@ def put_204(environ, start_response):
 | 
			
		|||
def put_302(environ, start_response):
 | 
			
		||||
    status = '302 Moved Temporarily'
 | 
			
		||||
    response_body = b''
 | 
			
		||||
    location = "http://" + fully_qualified_domain_name + "/home"
 | 
			
		||||
    location = "http://" + fully_qualified_domain_name + '{{ captiveportal_splash_page }}'
 | 
			
		||||
    response_headers = [('Content-type','text/html'),
 | 
			
		||||
            ('Location',location), 
 | 
			
		||||
            ('Content-Length',str(len(response_body)))]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue