luci-app-vssr: fix typo error
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
This commit is contained in:
parent
1f7baded2a
commit
8fa03fb939
@ -418,7 +418,7 @@ start_redir() {
|
||||
ucmd=$(find_bin $utype)
|
||||
gen_config_file $UDP_RELAY_SERVER 1 0
|
||||
last_config_file=$CONFIG_UDP_FILE
|
||||
case "$stype" in
|
||||
case "$utype" in
|
||||
ss | ssr)
|
||||
case "$(uci_get_by_name $UDP_RELAY_SERVER auth_enable)" in
|
||||
1 | on | true | yes | enabled) ARG_OTA="-A" ;;
|
||||
|
||||
@ -520,7 +520,6 @@ footer.mobile-hide {
|
||||
.modals-bg {
|
||||
position: fixed;
|
||||
z-index: 100000;
|
||||
|
||||
}
|
||||
|
||||
.modals {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user