fixed installer
This commit is contained in:
parent
05b7d2e464
commit
3d93d01cd1
27 changed files with 996 additions and 1665 deletions
|
|
@ -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_';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue