Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
+3
-3
@@ -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"])){
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user