1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-28 20:46:05 +02:00
This commit is contained in:
Anton Titovets
2025-09-23 10:04:49 +03:00
parent c90e817469
commit e4b6a743fe
+2 -2
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;