mirror of
https://github.com/opensim/opensim.git
synced 2026-07-08 05:36:27 +08:00
change osSetContentType threat level
This commit is contained in:
@@ -4251,7 +4251,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
/// <returns></returns>
|
||||
public void osSetContentType(LSL_Key id, string type)
|
||||
{
|
||||
CheckThreatLevel(ThreatLevel.High, "osSetContentType");
|
||||
CheckThreatLevel(ThreatLevel.Severe, "osSetContentType");
|
||||
|
||||
if (m_UrlModule != null)
|
||||
m_UrlModule.HttpContentType(new UUID(id),type);
|
||||
|
||||
Reference in New Issue
Block a user