This commit is contained in:
Rene Schwarz
2021-04-19 06:35:17 +02:00
parent e220c09ec3
commit 981ad26b1b
59 changed files with 1198 additions and 273 deletions

View File

@@ -9,6 +9,11 @@ using System.Reflection;
namespace Server_Dashboard {
public static class DatabaseHandler {
public static DataTable GetServerInformation() {
return null;
}
public static bool CheckLogin(string uname, string passwd) {
string valid = "False";
ConnectToDatabase(con => {