mirror of
https://github.com/opensim/opensim.git
synced 2026-07-15 12:05:49 +08:00
simplify default 404 message, removing wrong(missing) host info
This commit is contained in:
@@ -317,7 +317,7 @@ namespace OpenSim.Region.UserStatistics
|
||||
}
|
||||
else
|
||||
{
|
||||
strOut = MainServer.Instance.GetHTTP404("");
|
||||
strOut = MainServer.Instance.GetHTTP404();
|
||||
}
|
||||
|
||||
responsedata["int_response_code"] = response_code;
|
||||
|
||||
Reference in New Issue
Block a user