You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-24 19:49:22 +02:00
Merge branch 'main' of https://github.com/bayselonarrend/openintegrations
This commit is contained in:
14222
service/dictionaries/en.json
vendored
14222
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -407,6 +407,10 @@ EndFunction
|
||||
|
||||
Function SplitURL(Val URL) Export
|
||||
|
||||
OPI_TypeConversion.GetLine(URL);
|
||||
|
||||
RestoreEscapeSequences(URL);
|
||||
|
||||
SecureConnection = Not StrStartsWith(URL, "http://");
|
||||
|
||||
URL = StrReplace(URL, "https://", "");
|
||||
|
@@ -407,6 +407,10 @@ EndFunction
|
||||
|
||||
Function SplitURL(Val URL) Export
|
||||
|
||||
OPI_TypeConversion.GetLine(URL);
|
||||
|
||||
RestoreEscapeSequences(URL);
|
||||
|
||||
SecureConnection = Not StrStartsWith(URL, "http://");
|
||||
|
||||
URL = StrReplace(URL, "https://", "");
|
||||
|
@@ -407,6 +407,10 @@
|
||||
|
||||
Функция РазбитьURL(Знач URL) Экспорт
|
||||
|
||||
OPI_ПреобразованиеТипов.ПолучитьСтроку(URL);
|
||||
|
||||
ВернутьУправляющиеПоследовательности(URL);
|
||||
|
||||
ЗащищенноеСоединение = Не СтрНачинаетсяС(URL, "http://");
|
||||
|
||||
URL = СтрЗаменить(URL, "https://", "");
|
||||
|
@@ -408,9 +408,9 @@
|
||||
Функция РазбитьURL(Знач URL) Экспорт
|
||||
|
||||
OPI_ПреобразованиеТипов.ПолучитьСтроку(URL);
|
||||
|
||||
|
||||
ВернутьУправляющиеПоследовательности(URL);
|
||||
|
||||
|
||||
ЗащищенноеСоединение = Не СтрНачинаетсяС(URL, "http://");
|
||||
|
||||
URL = СтрЗаменить(URL, "https://", "");
|
||||
|
Reference in New Issue
Block a user