Local changes to mod instsalls

This commit is contained in:
Frank Harris 2026-04-29 17:49:04 -04:00
parent 6540bd9754
commit 3ab7aeb19e
2 changed files with 0 additions and 35 deletions

View file

@ -1,12 +0,0 @@
<?php
###############################################
# Site configuration
###############################################
$db_host="mysql.iaregamer.com";
$db_port="3306";
$db_user="remoteuser";
$db_pass="Pkloyn7yvpht!";
$db_name="panel";
$table_prefix="gsp_";
$db_type="mysql";
?>