mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
one more splash
This commit is contained in:
parent
4ff8d9198b
commit
10289e0a0f
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…
Reference in a new issue