%+cbi/valueheader%> <% local api = require "luci.passwall.api" local appname = 'passwall' local uci = api.libuci local ss_type = uci:get(appname, "@global_subscribe[0]", "ss_type") or "xray" local trojan_type = uci:get(appname, "@global_subscribe[0]", "trojan_type") or "xray" local vmess_type = uci:get(appname, "@global_subscribe[0]", "vmess_type") or "xray" local vless_type = uci:get(appname, "@global_subscribe[0]", "vless_type") or "xray" local hysteria2_type = uci:get(appname, "@global_subscribe[0]", "hysteria2_type") or "sing-box" -%>
<%+cbi/valuefooter%>