mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Comment the asset deletion handler. It can be abused and is not currently
needed.
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OpenSim.Server.Handlers.Asset
|
||||
|
||||
if (p.Length > 0)
|
||||
{
|
||||
result = m_AssetService.Delete(p[0]);
|
||||
// result = m_AssetService.Delete(p[0]);
|
||||
}
|
||||
|
||||
XmlSerializer xs = new XmlSerializer(typeof(bool));
|
||||
|
||||
Reference in New Issue
Block a user