Development
This commit is contained in:
parent
19f0bfa79c
commit
687e0a66d1
8 changed files with 142 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ def collect_tokens(cfg):
|
|||
'Set Restricted VLAN = Captive Portal on the Network Layout page.'
|
||||
)
|
||||
|
||||
tokens['CAPTIVE_HTTP_PORT'] = str(cp.get('http_port', 8081))
|
||||
tokens['CAPTIVE_HTTP_PORT'] = str(cp.get('http_port', 25328))
|
||||
tokens['CAPTIVE_HTTPS_DOMAIN'] = cp.get('https_domain', '')
|
||||
|
||||
display_rows = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue