1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
This commit is contained in:
Anton Titovets
2025-09-23 10:04:49 +03:00
parent 15e977aadb
commit c46eee0c75

View File

@@ -1126,7 +1126,7 @@ Function GetSSHParameterOptions() Export
TestProxyParameters.Insert("Proxy_IP" , TestProxyParameters["Socks5_IP"]);
TestProxyParameters.Insert("Proxy_Port" , TestProxyParameters["Socks5_Port"]);
OptionArray.Add(TestParametersProxy);
OptionArray.Add(TestProxyParameters);
TestProxyParameters = OPI_Tools.CopyCollection(OptionArray[N]);
@@ -1135,7 +1135,7 @@ Function GetSSHParameterOptions() Export
TestProxyParameters.Insert("Proxy_Type", "http");
TestProxyParameters.Insert("Postfix" , StrTemplate("%1, HTTP", TestProxyParameters["Postfix"]));
OptionArray.Add(TestParametersProxy);
OptionArray.Add(TestProxyParameters);
EndDo;