You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-13 20:05:19 +02:00
Merge branch 'main' of https://github.com/Bayselonarrend/OpenIntegrations
This commit is contained in:
BIN
data.json.gpg
BIN
data.json.gpg
Binary file not shown.
@@ -258,8 +258,8 @@ Function SplitURL(Val URL) Export
|
||||
URL = StrReplace(URL, "http://", "");
|
||||
URL = StrReplace(URL, ":443", "");
|
||||
|
||||
Address = Right(URL, StrLen(URL) - StrFind(URL, "/", SearchDirection.FromStart) + 1);
|
||||
Server = Left(URL, StrFind(URL, "/", SearchDirection.FromStart) - 1);
|
||||
Address = Right(URL, StrLen(URL) - StrFind(URL, "/", SearchDirection.FromBegin) + 1);
|
||||
Server = Left(URL, StrFind(URL, "/", SearchDirection.FromBegin) - 1);
|
||||
|
||||
Try
|
||||
SSL = New OpenSSLSecureConnection;
|
||||
|
@@ -258,8 +258,8 @@ Function SplitURL(Val URL) Export
|
||||
URL = StrReplace(URL, "http://", "");
|
||||
URL = StrReplace(URL, ":443", "");
|
||||
|
||||
Address = Right(URL, StrLen(URL) - StrFind(URL, "/", SearchDirection.FromStart) + 1);
|
||||
Server = Left(URL, StrFind(URL, "/", SearchDirection.FromStart) - 1);
|
||||
Address = Right(URL, StrLen(URL) - StrFind(URL, "/", SearchDirection.FromBegin) + 1);
|
||||
Server = Left(URL, StrFind(URL, "/", SearchDirection.FromBegin) - 1);
|
||||
|
||||
Try
|
||||
SSL = New OpenSSLSecureConnection;
|
||||
|
Reference in New Issue
Block a user