* Since that was seemingly an false alarm, reverting the revert.

This commit is contained in:
lbsa71
2009-04-16 19:27:00 +00:00
parent 1d12274850
commit 6391b5312a
6 changed files with 15 additions and 5 deletions

View File

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