Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
2021-03-26 09:29:15 +01:00
11 changed files with 351 additions and 278 deletions
+3 -3
View File
@@ -52,10 +52,10 @@ function liteDB(string $DBName): array
}
$servername = "127.0.0.1";
$servername = "localhost";
$username = "root";
$password = "rootlog";
$DBName = "gamejamdb";
$password = "V#_xWL6_";
$DBName = "TestDB";
if(isset($_POST["dbSetup"])){