aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
authorMelanie2011-10-12 07:04:28 +0100
committerMelanie2011-10-12 07:04:28 +0100
commitb251423b112e137680c00ce726c4e2b82829792b (patch)
tree55d94326adb947f70ec63ec8a182208672372659 /OpenSim/Region/Application/OpenSimBase.cs
parentMerge commit '4c812884be59d76039afee74725fc45981356f36' into bigmerge (diff)
parentremove the pointless slashes on the end of the (5!) different server stat ret... (diff)
downloadopensim-SC_OLD-b251423b112e137680c00ce726c4e2b82829792b.zip
opensim-SC_OLD-b251423b112e137680c00ce726c4e2b82829792b.tar.gz
opensim-SC_OLD-b251423b112e137680c00ce726c4e2b82829792b.tar.bz2
opensim-SC_OLD-b251423b112e137680c00ce726c4e2b82829792b.tar.xz
Merge commit '1f78dc65041729567edc411a3e63dd9a32a268a3' into bigmerge
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 7df974b..5918843 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -811,7 +811,7 @@ namespace OpenSim
811 811
812 public string Path 812 public string Path
813 { 813 {
814 get { return "/simstatus/"; } 814 get { return "/simstatus"; }
815 } 815 }
816 } 816 }
817 817
@@ -849,7 +849,7 @@ namespace OpenSim
849 public string Path 849 public string Path
850 { 850 {
851 // This is for the OpenSimulator instance and is the osSecret hashed 851 // This is for the OpenSimulator instance and is the osSecret hashed
852 get { return "/" + osXStatsURI + "/"; } 852 get { return "/" + osXStatsURI; }
853 } 853 }
854 } 854 }
855 855
@@ -890,7 +890,7 @@ namespace OpenSim
890 public string Path 890 public string Path
891 { 891 {
892 // This is for the OpenSimulator instance and is the user provided URI 892 // This is for the OpenSimulator instance and is the user provided URI
893 get { return "/" + osUXStatsURI + "/"; } 893 get { return "/" + osUXStatsURI; }
894 } 894 }
895 } 895 }
896 896