mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
add a /index.php fake handler, for map. only does ?method=.. but can be extended)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user