11 lines
265 B
PHP
11 lines
265 B
PHP
<?php
|
|
###############################################
|
|
# Site configuration
|
|
###############################################
|
|
$db_host="mysql.iaregamer.com";
|
|
$db_user="remoteuser";
|
|
$db_pass="Pkloyn7yvpht!";
|
|
$db_name="panel";
|
|
$table_prefix="gsp_";
|
|
$db_type="mysql";
|
|
?>
|