no message
This commit is contained in:
parent
48b3544483
commit
d2f457ab04
@ -105,6 +105,12 @@ final class FreenodePool
|
|||||||
$aFromFileContent = $aFromFileContent["proxies"];
|
$aFromFileContent = $aFromFileContent["proxies"];
|
||||||
|
|
||||||
foreach ($aFromFileContent as $aNode) {
|
foreach ($aFromFileContent as $aNode) {
|
||||||
|
if (isset($aNode["cipher"])) {
|
||||||
|
if ($aNode["cipher"] == "auto") {
|
||||||
|
$aNode["cipher"] = "none";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$aNodeFormat["protocolType"] = $aNode["type"];
|
$aNodeFormat["protocolType"] = $aNode["type"];
|
||||||
$aNodeFormat["country"] = $aNode["name"]; // data
|
$aNodeFormat["country"] = $aNode["name"]; // data
|
||||||
$aNode["name"] = "";
|
$aNode["name"] = "";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user