diff options
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/RestPlugin.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/RestPlugin.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs index 8373ea2..ffabb2a 100644 --- a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs +++ b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs | |||
@@ -136,6 +136,14 @@ namespace OpenSim.ApplicationPlugins.Rest | |||
136 | } | 136 | } |
137 | 137 | ||
138 | /// <summary> | 138 | /// <summary> |
139 | /// Access to GOD password string | ||
140 | /// </summary> | ||
141 | protected string GodKey | ||
142 | { | ||
143 | get { return _godkey; } | ||
144 | } | ||
145 | |||
146 | /// <summary> | ||
139 | /// Configuration of the plugin | 147 | /// Configuration of the plugin |
140 | /// </summary> | 148 | /// </summary> |
141 | public IConfig Config | 149 | public IConfig Config |