aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
index d58fc0f..d2cd163 100644
--- a/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs
@@ -84,6 +84,10 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
84 private IHttpServer m_HttpsServer = null; 84 private IHttpServer m_HttpsServer = null;
85 85
86 private string m_ExternalHostNameForLSL = ""; 86 private string m_ExternalHostNameForLSL = "";
87 public string ExternalHostNameForLSL
88 {
89 get { return m_ExternalHostNameForLSL; }
90 }
87 91
88 public Type ReplaceableInterface 92 public Type ReplaceableInterface
89 { 93 {