From ad9ece776337fccdf8a404d8c9b8cdd90f73ef5a Mon Sep 17 00:00:00 2001 From: penguinehis Date: Mon, 24 Nov 2025 22:16:31 -0300 Subject: [PATCH] FIX --- postinstall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinstall.php b/postinstall.php index 723957a..19dc074 100644 --- a/postinstall.php +++ b/postinstall.php @@ -6,7 +6,7 @@ function installpostgre() $configPath = $dir . '/config.php'; $password = null; - $db_user = 'dragoncore30'; // default user + $db_user = 'dragoncore33'; // default user $db_name = 'dragoncore'; // default db name // If config already exists, load existing password (and user/db if needed)