<%# InfinityFreedom-NG (Next Generation) is a clean HTML5 theme for LuCI. luci-theme-infinityfreedom-ng Copyright 2024 Eric Have a bug? Please create an issue here on GitHub! https://github.com/xiaoqingfengATGH/luci-theme-infinityfreedom/issues Licensed to the public under the Apache License 2.0 -%> <%+header_login%>
<%- if fuser then %> <% end -%>

请输入用户名密码登录到您的路由器

">
<% local uci = require "luci.model.uci".cursor() local fs = require "nixio.fs" local https_key = uci:get("uhttpd", "main", "key") local https_port = uci:get("uhttpd", "main", "listen_https") if type(https_port) == "table" then https_port = https_port[1] end if https_port and fs.access(https_key) then https_port = https_port:match("(%d+)$") %> <% end %> <%+footer%>