no message
This commit is contained in:
parent
9d0e6fd128
commit
e87d0e91e4
@ -91,7 +91,7 @@ final class FreenodePool
|
||||
$sConfig = urldecode($sConfig);
|
||||
$aTmp = self::v2ray_chai($sConfig);
|
||||
$aNodeFormat["config"] = $sConfig = $aTmp[0]; // data
|
||||
$aNodeFormat["country"] = $sCountry = $aTmp[1]; // data
|
||||
$aNodeFormat["country"] = $sCountry = $aTmp[1] ?? '美国'; // data
|
||||
$sConfigMd5 = md5($sConfig);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user