no message
This commit is contained in:
parent
5a7ac1b1c7
commit
5def8ddbbe
@ -23,7 +23,7 @@ final class SS extends Base
|
|||||||
|
|
||||||
foreach ($nodes_raw as $node_raw) {
|
foreach ($nodes_raw as $node_raw) {
|
||||||
if ((int) $node_raw->sort === 0) {
|
if ((int) $node_raw->sort === 0) {
|
||||||
$links .= base64_encode($user->method . ':' . $user->passwd . '@' . $node_raw->server . ':' . $user->port) . '#' .
|
$links .= base64_encode($user->method . ':' . $user->passwd . '@' . $node_raw->server . ':' . (int) $node_custom_config['offset_port_user']) . '#' .
|
||||||
$node_raw->name . PHP_EOL;
|
$node_raw->name . PHP_EOL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user