- Disable WebStatus by default.

This commit is contained in:
Vorspire 2015-08-23 01:43:12 +01:00
parent 887ca5d341
commit 413f9844b7

View file

@ -13,7 +13,7 @@ namespace Server.Misc
{
public class StatusPage : Timer
{
public static readonly bool Enabled = true;
public static readonly bool Enabled = false;
private static HttpListener _Listener;