Revert a change I made to get a better URL because it failes under mono

0.6.6-post-fixes
Melanie Thielker 2009-05-26 01:38:32 +00:00
parent 2f74a7e3a6
commit 0b9076cd17
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
engine.PostScriptEvent(itemID, "http_request", new Object[] { urlcode.ToString(), "URL_REQUEST_DENIED", "" });
return urlcode;
}
string url = "http://"+Util.GetLocalHost()+":"+m_HttpServer.Port.ToString()+"/lslhttp/"+urlcode.ToString()+"/";
string url = "http://"+System.Environment.MachineName+":"+m_HttpServer.Port.ToString()+"/lslhttp/"+urlcode.ToString()+"/";
UrlData urlData = new UrlData();
urlData.hostID = host.UUID;