You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/html/index.html
+36-21Lines changed: 36 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@
159
159
<divclass="contentHeader headerMargin">
160
160
Step 1
161
161
</div>
162
-
<div><b>If you want to return to this version you <u>must</u> backup it first.<br>To do this abort the restore process and create a backup.</b></div>
162
+
<div><b>Restoring a backup will overwrite your current installation. If you do not want to loose your current installtion you <u>must</u> backup it first.<br>To do this abort the restore process and create a backup.</b></div>
163
163
<br>
164
164
<b>Selected backup:</b><divclass="selectedBackupName inline"></div> of <divclass="inline packageName">some game</div>
165
165
<br>
@@ -183,6 +183,9 @@
183
183
Step 1.1
184
184
</div>
185
185
After the uninstall completed please press the continue button
186
+
<br>
187
+
<br>
188
+
<i>If you didn't get a prompt then press continue as well</i>
serverRequest.SendString("You Backup name contains a forbidden character. Please remove them. Forbidden characters are: "+String.Join(' ',ReservedChars)+"and space. Tip: replace spaces with _","text/plain",400);
315
+
returntrue;
316
+
}
317
+
if(!IsNameFileNameSafe(package))
318
+
{
319
+
serverRequest.SendString("You package contains a forbidden character. You can not backup it. Forbidden characters are: "+String.Join(' ',ReservedChars)+"and space. Tip: replace spaces with _","text/plain",400);
0 commit comments