Merge commit '1f78dc65041729567edc411a3e63dd9a32a268a3' into bigmerge

This commit is contained in:
Melanie
2011-10-12 07:04:28 +01:00
3 changed files with 6 additions and 13 deletions

View File

@@ -811,7 +811,7 @@ namespace OpenSim
public string Path
{
get { return "/simstatus/"; }
get { return "/simstatus"; }
}
}
@@ -849,7 +849,7 @@ namespace OpenSim
public string Path
{
// This is for the OpenSimulator instance and is the osSecret hashed
get { return "/" + osXStatsURI + "/"; }
get { return "/" + osXStatsURI; }
}
}
@@ -890,7 +890,7 @@ namespace OpenSim
public string Path
{
// This is for the OpenSimulator instance and is the user provided URI
get { return "/" + osUXStatsURI + "/"; }
get { return "/" + osUXStatsURI; }
}
}