simplify default 404 message, removing wrong(missing) host info

This commit is contained in:
UbitUmarov
2020-04-25 21:13:54 +01:00
parent cafe49d44b
commit 70d2878d0a
3 changed files with 10 additions and 15 deletions

View File

@@ -317,7 +317,7 @@ namespace OpenSim.Region.UserStatistics
}
else
{
strOut = MainServer.Instance.GetHTTP404("");
strOut = MainServer.Instance.GetHTTP404();
}
responsedata["int_response_code"] = response_code;