mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Add JSONification of WebStats module. Adds a '?json' query parameter
to the fetch URL to return the data in JSON format. Also adds a simple 'sim.html' that uses JavaScript to display the JSON data. Not pretty but an example.
This commit is contained in:
@@ -34,5 +34,6 @@ namespace OpenSim.Region.UserStatistics
|
||||
string ReportName { get; }
|
||||
Hashtable ProcessModel(Hashtable pParams);
|
||||
string RenderView(Hashtable pModelResult);
|
||||
string RenderJson(Hashtable pModelResult);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user