diff options
author | Dan Lake | 2011-10-06 22:50:03 -0700 |
---|---|---|
committer | Dan Lake | 2011-10-06 22:50:03 -0700 |
commit | f26a966b8e79688ca2ed81c236492d694f34ac7d (patch) | |
tree | ccbe8444046ec641c39a4d38088dfee7bb0263db /OpenSim/Region/CoreModules | |
parent | Refactored "known child region" in ScenePresence. There were 4 different (diff) | |
parent | remove the pointless slashes on the end of the (5!) different server stat ret... (diff) | |
download | opensim-SC-f26a966b8e79688ca2ed81c236492d694f34ac7d.zip opensim-SC-f26a966b8e79688ca2ed81c236492d694f34ac7d.tar.gz opensim-SC-f26a966b8e79688ca2ed81c236492d694f34ac7d.tar.bz2 opensim-SC-f26a966b8e79688ca2ed81c236492d694f34ac7d.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/Monitoring/MonitorModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/Monitoring/MonitorModule.cs b/OpenSim/Region/CoreModules/Framework/Monitoring/MonitorModule.cs index b5cbcbb..09095c2 100644 --- a/OpenSim/Region/CoreModules/Framework/Monitoring/MonitorModule.cs +++ b/OpenSim/Region/CoreModules/Framework/Monitoring/MonitorModule.cs | |||
@@ -73,7 +73,7 @@ namespace OpenSim.Region.CoreModules.Framework.Monitoring | |||
73 | "Returns a variety of statistics about the current region and/or simulator", | 73 | "Returns a variety of statistics about the current region and/or simulator", |
74 | DebugMonitors); | 74 | DebugMonitors); |
75 | 75 | ||
76 | MainServer.Instance.AddHTTPHandler("/monitorstats/" + m_scene.RegionInfo.RegionID + "/", StatsPage); | 76 | MainServer.Instance.AddHTTPHandler("/monitorstats/" + m_scene.RegionInfo.RegionID, StatsPage); |
77 | } | 77 | } |
78 | 78 | ||
79 | public Hashtable StatsPage(Hashtable request) | 79 | public Hashtable StatsPage(Hashtable request) |