mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 13:17:52 +08:00
subs: following shadowsocks SIP008 new changes
- do not use infix dereference operator to following the whole
This commit is contained in:
@ -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'],
|
||||
|
Reference in New Issue
Block a user