add a /index.php fake handler, for map. only does ?method=.. but can be extended)

This commit is contained in:
UbitUmarov
2020-04-25 23:24:00 +01:00
parent 70d2878d0a
commit dcc2f764f2
4 changed files with 73 additions and 0 deletions

View File

@@ -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)
{