Merge branch 'master' of ssh://MyConnection/var/git/opensim
commit
d6bfc490f7
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) Contributors, http://opensimulator.org/
|
Copyright (c) Contributors, http://opensimulator.org/
|
||||||
See CONTRIBUTORS.TXT for a full list of copyright holders.
|
See CONTRIBUTORS.TXT for a full list of copyright holders.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -548,5 +548,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||||
public const int STATS_ACTIVE_SCRIPTS = 19;
|
public const int STATS_ACTIVE_SCRIPTS = 19;
|
||||||
public const int STATS_SCRIPT_LPS = 20;
|
public const int STATS_SCRIPT_LPS = 20;
|
||||||
|
|
||||||
|
public const string URL_REQUEST_GRANTED = "URL_REQUEST_GRANTED";
|
||||||
|
public const string URL_REQUEST_DENIED = "URL_REQUEST_DENIED";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue