mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
Fix incorrect prefix handling in autoinstall
This commit is contained in:
parent
1c90e1286f
commit
92be5ac0ef
2 changed files with 4 additions and 4 deletions
|
|
@ -44,11 +44,11 @@ class installView extends install
|
|||
'db_hostname' =>'localhost',
|
||||
'db_userid' =>'root',
|
||||
'db_password' =>'root',
|
||||
'db_database' =>'xe_database',
|
||||
'db_table_prefix' =>'xe',
|
||||
'db_database' =>'rx_database',
|
||||
'db_table_prefix' =>'rx',
|
||||
'user_rewrite' =>'N',
|
||||
'time_zone' =>'0000',
|
||||
'email_address' =>'admin@xe.com',
|
||||
'email_address' =>'admin@admin.net',
|
||||
'password' =>'pass',
|
||||
'password2' =>'pass',
|
||||
'nick_name' =>'admin',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue