Panel/includes/config.inc.php
copilot-swe-agent[bot] 88325eaba9 Initial setup: Configure database and validate environment
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-10 20:01:13 +00:00

11 lines
249 B
PHP
Executable file

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