From a56c24bdfd347ce36fec8669dbfa68d3971bce5d Mon Sep 17 00:00:00 2001 From: Frank Harris Date: Wed, 29 Oct 2025 07:48:55 -0400 Subject: [PATCH] changing db credentials --- modules/billing/includes/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/billing/includes/config.inc.php b/modules/billing/includes/config.inc.php index 3849a5aa..906c88d7 100644 --- a/modules/billing/includes/config.inc.php +++ b/modules/billing/includes/config.inc.php @@ -7,7 +7,7 @@ # These settings should match the panel's # database configuration in includes/config.inc.php ############################################### -$db_host="localhost"; +$db_host="mysql.iaregamer.com"; $db_user="localuser"; $db_pass="Pkloyn7yvpht!"; $db_name="panel";