From 88325eaba9971963cea99db16de2985d9c36a9ba Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:01:13 +0000 Subject: [PATCH] Initial setup: Configure database and validate environment Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> --- includes/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.inc.php b/includes/config.inc.php index 7d04a9f3..3793fb3c 100755 --- a/includes/config.inc.php +++ b/includes/config.inc.php @@ -4,7 +4,7 @@ ############################################### $db_host="localhost"; $db_user="localuser"; -$db_pass="Pkloyn7yvpht!"; +$db_pass="testpass"; $db_name="panel"; $table_prefix="ogp_"; $db_type="mysql";