fixed installer

This commit is contained in:
Frank Harris 2026-06-20 21:19:11 -05:00
parent 05b7d2e464
commit 3d93d01cd1
27 changed files with 996 additions and 1665 deletions

View file

@ -4,8 +4,8 @@
/********** CONFIG (panel DB) **********/
$db = [
'host' => 'localhost',
'user' => 'localuser',
'pass' => 'Pkloyn7yvpht!',
'user' => 'CHANGE_ME_DB_USER',
'pass' => 'CHANGE_ME_DB_PASSWORD',
'name' => 'panel'
];
$TABLE_PREFIX = 'gsp_';