* bizarrely, two reports that that last commit broke script engine startup (!) on linux - reverting until we can investigate further.

This commit is contained in:
lbsa71
2009-04-16 18:35:23 +00:00
parent ec219f025a
commit 1d12274850
6 changed files with 5 additions and 15 deletions

View File

@@ -32,7 +32,7 @@ namespace OpenSim.Framework
/// <summary>
/// Message Server Config - Configuration of the Message Server
/// </summary>
public class MessageServerConfig:ConfigBase
public class MessageServerConfig
{
public static uint DefaultHttpPort = 8006;
public static bool DefaultHttpSSL = false;