Add a note about securing web interface
parent
f79168ae1a
commit
e460663fec
|
@ -348,6 +348,8 @@ namespace OpenSim.Services.IntegrationService
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region IIntegrationService implementation
|
#region IIntegrationService implementation
|
||||||
|
// Will hold back on implementing things here that can actually make changes
|
||||||
|
// Need to secure it first
|
||||||
public byte[] HandleWebListRepositories(OSDMap request)
|
public byte[] HandleWebListRepositories(OSDMap request)
|
||||||
{
|
{
|
||||||
Dictionary<string, object> result = new Dictionary<string, object>();
|
Dictionary<string, object> result = new Dictionary<string, object>();
|
||||||
|
|
Loading…
Reference in New Issue