Not only link but also show IP

pull/11/head
TilCreator 2018-05-31 16:09:47 +02:00
rodzic 4820592558
commit eb8794cdee
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -210,7 +210,7 @@ def handle_configure(client, request):
if link_to_next_webui:
response += """\
<p style="text-align: center;">
<a href="http://%(ip)s/">To new Interface</a><br>
<a href="http://%(ip)s/">To new Interface [%(ip)s]</a><br>
(You must be connected to the set network to follow this Link)
</p>
""" % dict(ip=wlan_sta.ifconfig()[0])