mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Implement llSetContentType using the new OpenID auth support for authentication
This commit is contained in:
@@ -771,5 +771,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
/// process message parameter as regex
|
||||
/// </summary>
|
||||
public const int OS_LISTEN_REGEX_MESSAGE = 0x2;
|
||||
|
||||
public const int CONTENT_TYPE_TEXT = 0;
|
||||
public const int CONTENT_TYPE_HTML = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user