* 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

@@ -33,7 +33,7 @@ namespace OpenSim.Framework
/// <summary>
/// UserConfig -- For User Server Configuration
/// </summary>
public class UserConfig:ConfigBase
public class UserConfig
{
public static uint DefaultHttpPort = 8002;
public static bool DefaultHttpSSL = false;