mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
move to version 0.9.2.2
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user