mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
add a /index.php fake handler, for map. only does ?method=.. but can be extended)
This commit is contained in:
@@ -221,6 +221,7 @@ namespace OpenSim
|
||||
if (userStatsURI != String.Empty)
|
||||
MainServer.Instance.AddSimpleStreamHandler(new UXSimStatusHandler(this));
|
||||
MainServer.Instance.AddSimpleStreamHandler(new SimRobotsHandler());
|
||||
MainServer.Instance.AddSimpleStreamHandler(new IndexPHPHandler(MainServer.Instance));
|
||||
|
||||
if (managedStatsURI != String.Empty)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user