Fix Install 33

This commit is contained in:
2025-11-24 22:21:41 -03:00
parent ad9ece7763
commit d604c1e8ab
3 changed files with 17 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ function installpostgre()
$configPath = $dir . '/config.php';
$password = null;
$db_user = 'dragoncore33'; // default user
$db_user = 'dragoncore34'; // default user
$db_name = 'dragoncore'; // default db name
// If config already exists, load existing password (and user/db if needed)