aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimBase.cs
diff options
context:
space:
mode:
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