From 5e40ae4e295b17f8acd4b8c3d98dd27d84b9fa37 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 4 Jun 2017 15:53:24 -0400 Subject: [PATCH] Fix major server reboot. --- ShiftOS.Server/Program.cs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ShiftOS.Server/Program.cs b/ShiftOS.Server/Program.cs index e1dcdf2..fa9ebee 100644 --- a/ShiftOS.Server/Program.cs +++ b/ShiftOS.Server/Program.cs @@ -54,17 +54,6 @@ namespace ShiftOS.Server /// public class Program { - /// - /// The admin username. - /// - public static string AdminUsername = "admin"; - - /// - /// The admin password. - /// - public static string AdminPassword = "admin"; - - /// /// The server. ///