<%+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 "shadowsocks-libev" local trojan_type = uci:get(appname, "@global_subscribe[0]", "trojan_type") or "trojan-plus" 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 "hysteria2" -%> <%+cbi/valuefooter%>