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

@@ -149,5 +149,8 @@ namespace OpenSim.Framework.Servers.HttpServer
void RemoveJsonRPCHandler(string method);
string GetHTTP404();
void AddIndexPHPMethodHandler(string key, SimpleStreamMethod sh);
void RemoveIndexPHPMethodHandler(string key);
SimpleStreamMethod TryGetIndexPHPMethodHandler(string key);
}
}