aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-04 15:53:24 -0400
committerMichael <[email protected]>2017-06-04 15:53:24 -0400
commit5e40ae4e295b17f8acd4b8c3d98dd27d84b9fa37 (patch)
tree17c52577196e565635b70bf0b843d13f8a55ffd4
parent69aba3b373f9c9c70ec4ef2250e71465d3327299 (diff)
downloadshiftos_thereturn-5e40ae4e295b17f8acd4b8c3d98dd27d84b9fa37.tar.gz
shiftos_thereturn-5e40ae4e295b17f8acd4b8c3d98dd27d84b9fa37.tar.bz2
shiftos_thereturn-5e40ae4e295b17f8acd4b8c3d98dd27d84b9fa37.zip
Fix major server reboot.
-rw-r--r--ShiftOS.Server/Program.cs11
1 files changed, 0 insertions, 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
@@ -55,17 +55,6 @@ namespace ShiftOS.Server
public class Program
{
/// <summary>
- /// The admin username.
- /// </summary>
- public static string AdminUsername = "admin";
-
- /// <summary>
- /// The admin password.
- /// </summary>
- public static string AdminPassword = "admin";
-
-
- /// <summary>
/// The server.
/// </summary>
public static NetObjectServer server;