subs: following shadowsocks SIP008 new changes

- do not use infix dereference operator to following the whole
This commit is contained in:
Beta Soft
2020-12-24 13:02:43 +08:00
parent b8b7033132
commit d1cfc9815b
2 changed files with 14 additions and 8 deletions

View File

@ -21,7 +21,7 @@ class URLSchemes
{
$config = [
"id" => $server['id'],
"remark" => $server['name'],
"remarks" => $server['name'],
"server" => $server['host'],
"server_port" => $server['port'],
"password" => $user['uuid'],