Panel/includes/config.inc.php
copilot-swe-agent[bot] 7f19731158 Phase 1: Update database configuration and schema (OGP to GSP)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-08 15:45:27 +00:00

11 lines
254 B
PHP

<?php
###############################################
# Site configuration
###############################################
$db_host="localhost";
$db_user="localuser";
$db_pass="Pkloyn7yvpht!";
$db_name="panel";
$table_prefix="gsp_";
$db_type="mysql";
?>