From d0ad108e57a79bab65535f9c390170331a83f6b9 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Aug 2019 15:09:30 +1000 Subject: The knomes have been obsconded with by hippos. --- OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs index f4ba02f..c53c0ce 100644 --- a/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs +++ b/OpenSim/Framework/Servers/HttpServer/BaseHttpServer.cs @@ -2135,12 +2135,12 @@ namespace OpenSim.Framework.Servers.HttpServer // Fallback HTTP responses in case the HTTP error response files don't exist private static string getDefaultHTTP404(string host) { - return "404 Page not found

Ooops!

The page you requested has been obsconded with by knomes. Find hippos quick!

If you are trying to log-in, your link parameters should have: "-loginpage http://" + host + "/?method=login -loginuri http://" + host + "/" in your link

"; + return "404 Page not found

Ooops!

The page you requested doesn't exist.

"; } private static string getDefaultHTTP500() { - return "500 Internal Server Error

Ooops!

The server you requested is overun by knomes! Find hippos quick!

"; + return "500 Internal Server Error

Ooops!

The server had some sort of internal error.

"; } } -- cgit v1.1