Skip to content

Commit 2af8b26

Browse files
committed
Address OTS variable issues with $ variables and replace them with Unicode representation
1 parent 1d497a2 commit 2af8b26

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

OneTouchSetup/additional_server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@
137137
"action": "create",
138138
"items": {
139139
"Form": "LoginMap",
140-
"LF_LoginForm": "$$LoginUserForm",
140+
"LF_LoginForm": "\u0024\u0024LoginUserForm",
141141
"LF_LoginFormDB": "domcfg.nsf",
142142
"LF_ServerType": "0",
143143
"LF_IP": "",
144-
"$PublicAccess": "1"
144+
"\u0024PublicAccess": "1"
145145
}
146146
}
147147
]

OneTouchSetup/additional_server_d12.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@
153153
"action": "create",
154154
"items": {
155155
"Form": "LoginMap",
156-
"LF_LoginForm": "$$LoginUserForm",
156+
"LF_LoginForm": "\u0024\u0024LoginUserForm",
157157
"LF_LoginFormDB": "domcfg.nsf",
158158
"LF_ServerType": "0",
159159
"LF_IP": "",
160-
"$PublicAccess": "1"
160+
"\u0024PublicAccess": "1"
161161
}
162162
}
163163
]
@@ -178,8 +178,8 @@
178178
"Form": "AutoLogin",
179179
"ServerNameSelect": "1",
180180
"RedirectMessageWebView": "Redirecting...",
181-
"$LANGUAGE": "en",
182-
"$ServerSettingsTable": "Select",
181+
"\u0024LANGUAGE": "en",
182+
"\u0024ServerSettingsTable": "Select",
183183
"EnableUltraliteRadioButton": "0",
184184
"MobileAgentKeywords": "ipod,iphone,android,ipad",
185185
"SSLPort": "443",

OneTouchSetup/first_server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@
195195
"action": "create",
196196
"items": {
197197
"Form": "LoginMap",
198-
"LF_LoginForm": "$$LoginUserForm",
198+
"LF_LoginForm": "\u0024\u0024LoginUserForm",
199199
"LF_LoginFormDB": "domcfg.nsf",
200200

201201
"LF_ServerType": "0",
202202
"LF_IP": "",
203-
"$PublicAccess": "1"
203+
"\u0024PublicAccess": "1"
204204
}
205205
}
206206
]

OneTouchSetup/first_server_d12.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@
212212
"action": "create",
213213
"items": {
214214
"Form": "LoginMap",
215-
"LF_LoginForm": "$$LoginUserForm",
215+
"LF_LoginForm": "\u0024\u0024LoginUserForm",
216216
"LF_LoginFormDB": "domcfg.nsf",
217217

218218
"LF_ServerType": "0",
219219
"LF_IP": "",
220-
"$PublicAccess": "1"
220+
"\u0024PublicAccess": "1"
221221
}
222222
}
223223
]
@@ -238,8 +238,8 @@
238238
"Form": "AutoLogin",
239239
"ServerNameSelect": "1",
240240
"RedirectMessageWebView": "Redirecting...",
241-
"$LANGUAGE": "en",
242-
"$ServerSettingsTable": "Select",
241+
"\u0024LANGUAGE": "en",
242+
"\u0024ServerSettingsTable": "Select",
243243
"EnableUltraliteRadioButton": "0",
244244
"MobileAgentKeywords": "ipod,iphone,android,ipad",
245245
"SSLPort": "443",

0 commit comments

Comments
 (0)