Skip to content

Commit

Permalink
luci-app-ssr-plus: fix bug that user can't import trojan url (coolsno…
Browse files Browse the repository at this point in the history
  • Loading branch information
SharerMax authored Mar 13, 2020
1 parent c9fe160 commit abdf32b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
var others = serverPart[1].split('?');
var port = others[0]
var queryParam = {}
if(others.length > 0) {
if(others.length > 1) {
var queryParams = others[1]
var queryArray = queryParams.split('&')
for (i = 0; i < queryArray.length; i++) {
Expand Down

0 comments on commit abdf32b

Please sign in to comment.