more game docs

This commit is contained in:
Frank Harris 2025-11-11 07:10:22 -05:00
parent 42e65eace1
commit 1434929258
37 changed files with 3849 additions and 141 deletions

View file

@ -7,8 +7,8 @@
# These settings should match the panel's
# database configuration in includes/config.inc.php
###############################################
$db_host="mysql.iaregamer.com";
$db_user="remoteuser";
$db_host="localhost";
$db_user="localuser";
$db_pass="Pkloyn7yvpht!";
$db_name="panel";
$table_prefix="gsp_";