diff options
| author | Michael <[email protected]> | 2017-06-04 15:53:24 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-06-04 15:53:24 -0400 |
| commit | 5e40ae4e295b17f8acd4b8c3d98dd27d84b9fa37 (patch) | |
| tree | 17c52577196e565635b70bf0b843d13f8a55ffd4 | |
| parent | 69aba3b373f9c9c70ec4ef2250e71465d3327299 (diff) | |
| download | shiftos_thereturn-5e40ae4e295b17f8acd4b8c3d98dd27d84b9fa37.tar.gz shiftos_thereturn-5e40ae4e295b17f8acd4b8c3d98dd27d84b9fa37.tar.bz2 shiftos_thereturn-5e40ae4e295b17f8acd4b8c3d98dd27d84b9fa37.zip | |
Fix major server reboot.
| -rw-r--r-- | ShiftOS.Server/Program.cs | 11 |
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; |
