Merge branch 'master' of ssh://MyConnection/var/git/opensim

slimupdates
Teravus Ovares (Dan Olivares) 2010-05-02 20:45:01 -04:00
commit d6bfc490f7
2 changed files with 3 additions and 1 deletions

View File

@ -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.
Redistribution and use in source and binary forms, with or without

View File

@ -548,5 +548,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int STATS_ACTIVE_SCRIPTS = 19;
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";
}
}