mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* refactor refactor refactor ServerURI 4 lyfe
This commit is contained in:
@@ -157,7 +157,7 @@ namespace OpenSim.Services.HypergridService
|
||||
string regionimage = "regionImage" + region.RegionID.ToString();
|
||||
regionimage = regionimage.Replace("-", "");
|
||||
|
||||
imageURL = "http://" + region.ExternalHostName + ":" + region.HttpPort + "/index.php?method=" + regionimage;
|
||||
imageURL = region.ServerURI + "index.php?method=" + regionimage;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user