Add a note about securing web interface

integration
BlueWall 2012-06-09 23:52:47 -04:00
parent f79168ae1a
commit e460663fec
1 changed files with 2 additions and 0 deletions

View File

@ -348,6 +348,8 @@ namespace OpenSim.Services.IntegrationService
#endregion
#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)
{
Dictionary<string, object> result = new Dictionary<string, object>();