password in config php

This commit is contained in:
Frank Harris 2025-10-29 07:34:08 -04:00
parent a5227e952f
commit 68fa6d9b1c
2 changed files with 1 additions and 3969 deletions

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@
###############################################
$db_host="localhost";
$db_user="localuser";
$db_pass="password123";
$db_pass="Pkloyn7yvpht!";
$db_name="panel";
$table_prefix="ogp_";
$db_type="mysql";