move to version 0.9.2.2

This commit is contained in:
UbitUmarov
2022-03-01 16:00:52 +00:00
parent 11cadf7a9f
commit 22e9f41502
3 changed files with 4 additions and 4 deletions

View File

@@ -2434,7 +2434,7 @@ namespace OpenSim.Framework.Servers.HttpServer
}
if (httpRequest.QueryFlags.Contains("about"))
{
httpResponse.Redirect("http://opensimulator.org/wiki/0.9.2.1_Release");
httpResponse.Redirect("http://opensimulator.org/wiki/0.9.2.2_Release");
return;
}
if (!httpRequest.QueryAsDictionary.TryGetValue("method", out string methods) || string.IsNullOrWhiteSpace(methods))