Fixed calls to old billing module

This commit is contained in:
Frank Harris 2025-11-24 09:42:03 -05:00
parent 6f4515dbec
commit b4f0e1edfe
6 changed files with 15 additions and 368 deletions

View file

@ -2,8 +2,8 @@
###############################################
# Site configuration
###############################################
$db_host="localhost";
$db_user="localuser";
$db_host="mysql.iaregamer.com";
$db_user="remoteuser";
$db_pass="Pkloyn7yvpht!";
$db_name="panel";
$table_prefix="gsp_";